Html Css Color HEX #996B09 Golden Brown

📋 copy color: '#996B09'

red 153 ◦ green 107 ◦ blue 9

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

Shades of Golden Brown #996B09

Tints of Golden Brown #996B09

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.78%

 BLUE value IS 9 (3.91% from 255) = 3.35%

R = 56.88%
G = 39.78%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#996B09 (or 0x996B09) is known color: Golden Brown. HEX triplet: 99, 6B and 09. RGB value is (153,107,9). Sum of RGB (Red+Green+Blue) = 153+107+9=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #996B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B09 is #6694F6. Grayscale: #6E6E6E. Windows color (decimal): -6722807 or 617369. OLE color: 617369.

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

Color convert

RGB 153 107 9 -
CMYK 0 0.30 0.94 0.4
HSL 40.83º 0.89% 0.32% -
HSV(B) 40.83º 0.94% 0.6% -
XYZ 18.44 17.31 2.63 -
YUV 109.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 153 107 9 0 0.30 0.94 0.4 40.83 0.89 0.32
Hex 99 6B 9 0 1E 5E 28 29 59 20
Octal 231 153 11 0 36 136 50 51 131 40
Binary 10011001 1101011 1001 0 11110 1011110 101000 101001 1011001 100000

Color Harmonies of #996B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B09

Black with #996B09

Text Example


Text Example

White with #996B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,107,9); }

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

background-color css

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

 a { background-color: rgb(153,107,9); }

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

border-color css

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

 span { border-color: rgb(153,107,9); }

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