#99670A

Color #99670A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #99670A

Tints of Golden Brown #99670A

Color information

#99670A (or 0x99670A) is unknown color: approx Golden Brown. HEX triplet: 99, 67 and 0A. RGB value is (153,103,10). Sum of RGB (Red+Green+Blue) = 153+103+10=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99670A is #6698F5. Grayscale: #6B6B6B. Windows color (decimal): -6723830 or 681881. OLE color: 681881.

HSL color Cylindrical-coordinate representation of color #99670A: hue angle of 39.02º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99670A is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB15310310-
CMYK00.330.930.4
HSL39.02º87.73%31.96%-
HSV(B)39.02º93.46%60%-
XYZ18.0416.492.52-
YUV107.3573.06160.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=57.52%
G=38.72%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531031000.330.930.439.0287.7331.96
Hex9967A0215D28275820
Octal23114712041135504713040
Binary1001100111001111010010000110111011010001001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99670A; }

 p { color: rgb(153,103,10); }

 H1.HeaderClassName
 {
   color: #99670A;
 }
 .AnyTagClassName
 {
   color: #99670A;
 }
</style>
background-color css

<style>
 a { background-color: #99670A; }

 a { background-color: rgb(153,103,10); }

 div.DivClassName
 {
   background-color: #99670A;
 }
 .BgClassName
 {
   background-color: #99670A;
 }
</style>
border-color css

<style>
 span { border-color: #99670A; }

 span { border-color: rgb(153,103,10); }

 td.TdClassName
 {
   border-color: #99670A;
 }
 .TagClassName
 {
   border-color: #99670A;
 }
</style>