Html Css Color HEX #996D0C Golden Brown

📋 copy color: '#996D0C'

red 153 ◦ green 109 ◦ blue 12

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

Shades of Golden Brown #996D0C

Tints of Golden Brown #996D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

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

R = 55.84%
G = 39.78%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#996D0C (or 0x996D0C) is known color: Golden Brown. HEX triplet: 99, 6D and 0C. RGB value is (153,109,12). Sum of RGB (Red+Green+Blue) = 153+109+12=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996D0C is #6692F3. Grayscale: #6F6F6F. Windows color (decimal): -6722292 or 814489. OLE color: 814489.

HSL color Cylindrical-coordinate representation of color #996D0C: hue angle of 41.28º 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 #996D0C is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 109 12 -
CMYK 0 0.29 0.92 0.4
HSL 41.28º 0.85% 0.32% -
HSV(B) 41.28º 0.92% 0.6% -
XYZ 18.67 17.74 2.79 -
YUV 111.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 153 109 12 0 0.29 0.92 0.4 41.28 0.85 0.32
Hex 99 6D C 0 1D 5C 28 29 55 20
Octal 231 155 14 0 35 134 50 51 125 40
Binary 10011001 1101101 1100 0 11101 1011100 101000 101001 1010101 100000

Color Harmonies of #996D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D0C

Black with #996D0C

Text Example


Text Example

White with #996D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996D0C; }

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

 H1.HeaderClassName
 {
   color: #996D0C;
 }
 .AnyTagClassName
 {
   color: #996D0C;
 }
</style>

background-color css

<style>
 a { background-color: #996D0C; }

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

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

border-color css

<style>
 span { border-color: #996D0C; }

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

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