Html Css Color HEX #996810 Golden Brown

📋 copy color: '#996810'

red 153 ◦ green 104 ◦ blue 16

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

Shades of Golden Brown #996810

Tints of Golden Brown #996810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.1%

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

R = 56.04%
G = 38.1%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#996810 (or 0x996810) is known color: Golden Brown. HEX triplet: 99, 68 and 10. RGB value is (153,104,16). Sum of RGB (Red+Green+Blue) = 153+104+16=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996810 is #6697EF. Grayscale: #6D6D6D. Windows color (decimal): -6723568 or 1075353. OLE color: 1075353.

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

Color convert

RGB 153 104 16 -
CMYK 0 0.32 0.90 0.4
HSL 38.54º 0.81% 0.33% -
HSV(B) 38.54º 0.9% 0.6% -
XYZ 18.18 16.71 2.76 -
YUV 108.62 75.73 159.66 -
System Red Green Blue C M Y K H S L
Decimal 153 104 16 0 0.32 0.90 0.4 38.54 0.81 0.33
Hex 99 68 10 0 20 5A 28 27 51 21
Octal 231 150 20 0 40 132 50 47 121 41
Binary 10011001 1101000 10000 0 100000 1011010 101000 100111 1010001 100001

Color Harmonies of #996810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996810

Black with #996810

Text Example


Text Example

White with #996810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996810; }

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

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

background-color css

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

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

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

border-color css

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

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

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