Html Css Color HEX #996610 Golden Brown

📋 copy color: '#996610'

red 153 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #996610

Tints of Golden Brown #996610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

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

R = 56.46%
G = 37.64%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#996610 (or 0x996610) is known color: Golden Brown. HEX triplet: 99, 66 and 10. RGB value is (153,102,16). Sum of RGB (Red+Green+Blue) = 153+102+16=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #996610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996610 is #6699EF. Grayscale: #6B6B6B. Windows color (decimal): -6724080 or 1074841. OLE color: 1074841.

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

Color convert

RGB 153 102 16 -
CMYK 0 0.33 0.90 0.4
HSL 37.66º 0.81% 0.33% -
HSV(B) 37.66º 0.9% 0.6% -
XYZ 17.98 16.31 2.69 -
YUV 107.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 153 102 16 0 0.33 0.90 0.4 37.66 0.81 0.33
Hex 99 66 10 0 21 5A 28 26 51 21
Octal 231 146 20 0 41 132 50 46 121 41
Binary 10011001 1100110 10000 0 100001 1011010 101000 100110 1010001 100001

Color Harmonies of #996610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996610

Black with #996610

Text Example


Text Example

White with #996610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996610; }

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

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

background-color css

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

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

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

border-color css

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

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

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