Html Css Color HEX #996F08 Golden Brown

📋 copy color: '#996F08'

red 153 ◦ green 111 ◦ blue 8

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

Shades of Golden Brown #996F08

Tints of Golden Brown #996F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.81%

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 56.25%
G = 40.81%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#996F08 (or 0x996F08) is known color: Golden Brown. HEX triplet: 99, 6F and 08. RGB value is (153,111,8). Sum of RGB (Red+Green+Blue) = 153+111+8=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #996F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F08 is #6690F7. Grayscale: #707070. Windows color (decimal): -6721784 or 552857. OLE color: 552857.

HSL color Cylindrical-coordinate representation of color #996F08: hue angle of 42.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #996F08 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 8 -
CMYK 0 0.27 0.95 0.4
HSL 42.62º 0.9% 0.32% -
HSV(B) 42.62º 0.95% 0.6% -
XYZ 18.87 18.16 2.74 -
YUV 111.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 153 111 8 0 0.27 0.95 0.4 42.62 0.9 0.32
Hex 99 6F 8 0 1B 5F 28 2B 5A 20
Octal 231 157 10 0 33 137 50 53 132 40
Binary 10011001 1101111 1000 0 11011 1011111 101000 101011 1011010 100000

Color Harmonies of #996F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F08

Black with #996F08

Text Example


Text Example

White with #996F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,111,8); }

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

background-color css

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

 a { background-color: rgb(153,111,8); }

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

border-color css

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

 span { border-color: rgb(153,111,8); }

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