Html Css Color HEX #99600C Golden Brown

📋 copy color: '#99600C'

red 153 ◦ green 96 ◦ blue 12

#99600C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #99600C

Tints of Golden Brown #99600C

RGB

 RED value IS 153 (60.16% from 255) = 58.62%

 GREEN value IS 96 (37.89% from 255) = 36.78%

 BLUE value IS 12 (5.08% from 255) = 4.6%

R = 58.62%
G = 36.78%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99600C (or 0x99600C) is known color: Golden Brown. HEX triplet: 99, 60 and 0C. RGB value is (153,96,12). Sum of RGB (Red+Green+Blue) = 153+96+12=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99600C is #669FF3. Grayscale: #676767. Windows color (decimal): -6725620 or 811161. OLE color: 811161.

HSL color Cylindrical-coordinate representation of color #99600C: hue angle of 35.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99600C is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 12 -
CMYK 0 0.37 0.92 0.4
HSL 35.74º 0.85% 0.32% -
HSV(B) 35.74º 0.92% 0.6% -
XYZ 17.39 15.16 2.36 -
YUV 103.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 153 96 12 0 0.37 0.92 0.4 35.74 0.85 0.32
Hex 99 60 C 0 25 5C 28 24 55 20
Octal 231 140 14 0 45 134 50 44 125 40
Binary 10011001 1100000 1100 0 100101 1011100 101000 100100 1010101 100000

Color Harmonies of #99600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99600C

Black with #99600C

Text Example


Text Example

White with #99600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99600C; }

 p { color: rgb(153,96,12); }

 H1.HeaderClassName
 {
   color: #99600C;
 }
 .AnyTagClassName
 {
   color: #99600C;
 }
</style>

background-color css

<style>
 a { background-color: #99600C; }

 a { background-color: rgb(153,96,12); }

 div.DivClassName
 {
   background-color: #99600C;
 }
 .BgClassName
 {
   background-color: #99600C;
 }
</style>

border-color css

<style>
 span { border-color: #99600C; }

 span { border-color: rgb(153,96,12); }

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