Html Css Color HEX #996407 Golden Brown

📋 copy color: '#996407'

red 153 ◦ green 100 ◦ blue 7

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

Shades of Golden Brown #996407

Tints of Golden Brown #996407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.46%

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

R = 58.85%
G = 38.46%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#996407 (or 0x996407) is known color: Golden Brown. HEX triplet: 99, 64 and 07. RGB value is (153,100,7). Sum of RGB (Red+Green+Blue) = 153+100+7=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #996407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996407 is #669BF8. Grayscale: #696969. Windows color (decimal): -6724601 or 484505. OLE color: 484505.

HSL color Cylindrical-coordinate representation of color #996407: hue angle of 38.22º 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 #996407 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 7 -
CMYK 0 0.35 0.95 0.4
HSL 38.22º 0.91% 0.31% -
HSV(B) 38.22º 0.95% 0.6% -
XYZ 17.73 15.9 2.34 -
YUV 105.25 72.56 162.06 -
System Red Green Blue C M Y K H S L
Decimal 153 100 7 0 0.35 0.95 0.4 38.22 0.91 0.31
Hex 99 64 7 0 23 5F 28 26 5B 1F
Octal 231 144 7 0 43 137 50 46 133 37
Binary 10011001 1100100 111 0 100011 1011111 101000 100110 1011011 11111

Color Harmonies of #996407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996407

Black with #996407

Text Example


Text Example

White with #996407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996407; }

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

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

background-color css

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

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

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

border-color css

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

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

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