Html Css Color HEX #996F05 Golden Brown

📋 copy color: '#996F05'

red 153 ◦ green 111 ◦ blue 5

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

Shades of Golden Brown #996F05

Tints of Golden Brown #996F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.86%

R = 56.88%
G = 41.26%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#996F05 (or 0x996F05) is known color: Golden Brown. HEX triplet: 99, 6F and 05. RGB value is (153,111,5). Sum of RGB (Red+Green+Blue) = 153+111+5=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #996F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F05 is #6690FA. Grayscale: #6F6F6F. Windows color (decimal): -6721787 or 356249. OLE color: 356249.

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

Color convert

RGB 153 111 5 -
CMYK 0 0.27 0.97 0.4
HSL 42.97º 0.94% 0.31% -
HSV(B) 42.97º 0.97% 0.6% -
XYZ 18.85 18.15 2.65 -
YUV 111.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 153 111 5 0 0.27 0.97 0.4 42.97 0.94 0.31
Hex 99 6F 5 0 1B 61 28 2B 5E 1F
Octal 231 157 5 0 33 141 50 53 136 37
Binary 10011001 1101111 101 0 11011 1100001 101000 101011 1011110 11111

Color Harmonies of #996F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F05

Black with #996F05

Text Example


Text Example

White with #996F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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