Html Css Color HEX #996007 Golden Brown

📋 copy color: '#996007'

red 153 ◦ green 96 ◦ blue 7

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

Shades of Golden Brown #996007

Tints of Golden Brown #996007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

 BLUE value IS 7 (3.13% from 255) = 2.73%

R = 59.77%
G = 37.5%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#996007 (or 0x996007) is known color: Golden Brown. HEX triplet: 99, 60 and 07. RGB value is (153,96,7). Sum of RGB (Red+Green+Blue) = 153+96+7=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #996007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996007 is #669FF8. Grayscale: #676767. Windows color (decimal): -6725625 or 483481. OLE color: 483481.

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

Color convert

RGB 153 96 7 -
CMYK 0 0.37 0.95 0.4
HSL 36.58º 0.91% 0.31% -
HSV(B) 36.58º 0.95% 0.6% -
XYZ 17.36 15.15 2.21 -
YUV 102.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 153 96 7 0 0.37 0.95 0.4 36.58 0.91 0.31
Hex 99 60 7 0 25 5F 28 25 5B 1F
Octal 231 140 7 0 45 137 50 45 133 37
Binary 10011001 1100000 111 0 100101 1011111 101000 100101 1011011 11111

Color Harmonies of #996007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996007

Black with #996007

Text Example


Text Example

White with #996007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996007; }

 p { color: rgb(153,96,7); }

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

background-color css

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

 a { background-color: rgb(153,96,7); }

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

border-color css

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

 span { border-color: rgb(153,96,7); }

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