Html Css Color HEX #997006 Golden Brown

📋 copy color: '#997006'

red 153 ◦ green 112 ◦ blue 6

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

Shades of Golden Brown #997006

Tints of Golden Brown #997006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 56.46%
G = 41.33%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#997006 (or 0x997006) is known color: Golden Brown. HEX triplet: 99, 70 and 06. RGB value is (153,112,6). Sum of RGB (Red+Green+Blue) = 153+112+6=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #997006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997006 is #668FF9. Grayscale: #707070. Windows color (decimal): -6721530 or 422041. OLE color: 422041.

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

Color convert

RGB 153 112 6 -
CMYK 0 0.27 0.96 0.4
HSL 43.27º 0.92% 0.31% -
HSV(B) 43.27º 0.96% 0.6% -
XYZ 18.96 18.37 2.72 -
YUV 112.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 153 112 6 0 0.27 0.96 0.4 43.27 0.92 0.31
Hex 99 70 6 0 1B 60 28 2B 5C 1F
Octal 231 160 6 0 33 140 50 53 134 37
Binary 10011001 1110000 110 0 11011 1100000 101000 101011 1011100 11111

Color Harmonies of #997006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997006

Black with #997006

Text Example


Text Example

White with #997006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997006; }

 p { color: rgb(153,112,6); }

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

background-color css

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

 a { background-color: rgb(153,112,6); }

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

border-color css

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

 span { border-color: rgb(153,112,6); }

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