Html Css Color HEX #996410 Golden Brown

📋 copy color: '#996410'

red 153 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #996410

Tints of Golden Brown #996410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 56.88%
G = 37.17%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#996410 (or 0x996410) is known color: Golden Brown. HEX triplet: 99, 64 and 10. RGB value is (153,100,16). Sum of RGB (Red+Green+Blue) = 153+100+16=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #996410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996410 is #669BEF. Grayscale: #6A6A6A. Windows color (decimal): -6724592 or 1074329. OLE color: 1074329.

HSL color Cylindrical-coordinate representation of color #996410: hue angle of 36.79º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #996410 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 16 -
CMYK 0 0.35 0.90 0.4
HSL 36.79º 0.81% 0.33% -
HSV(B) 36.79º 0.9% 0.6% -
XYZ 17.79 15.92 2.63 -
YUV 106.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 153 100 16 0 0.35 0.90 0.4 36.79 0.81 0.33
Hex 99 64 10 0 23 5A 28 25 51 21
Octal 231 144 20 0 43 132 50 45 121 41
Binary 10011001 1100100 10000 0 100011 1011010 101000 100101 1010001 100001

Color Harmonies of #996410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996410

Black with #996410

Text Example


Text Example

White with #996410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996410; }

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

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

background-color css

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

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

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

border-color css

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

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

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