Html Css Color HEX #996710 Golden Brown

📋 copy color: '#996710'

red 153 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #996710

Tints of Golden Brown #996710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

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

R = 56.25%
G = 37.87%
B = 5.88%

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

#996710 (or 0x996710) is known color: Golden Brown. HEX triplet: 99, 67 and 10. RGB value is (153,103,16). Sum of RGB (Red+Green+Blue) = 153+103+16=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #996710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996710 is #6698EF. Grayscale: #6C6C6C. Windows color (decimal): -6723824 or 1075097. OLE color: 1075097.

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

Color convert

RGB 153 103 16 -
CMYK 0 0.33 0.90 0.4
HSL 38.1º 0.81% 0.33% -
HSV(B) 38.1º 0.9% 0.6% -
XYZ 18.08 16.51 2.72 -
YUV 108.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 153 103 16 0 0.33 0.90 0.4 38.1 0.81 0.33
Hex 99 67 10 0 21 5A 28 26 51 21
Octal 231 147 20 0 41 132 50 46 121 41
Binary 10011001 1100111 10000 0 100001 1011010 101000 100110 1010001 100001

Color Harmonies of #996710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996710

Black with #996710

Text Example


Text Example

White with #996710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996710; }

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

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

background-color css

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

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

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

border-color css

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

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

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