Html Css Color HEX #996510 Golden Brown

📋 copy color: '#996510'

red 153 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #996510

Tints of Golden Brown #996510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.41%

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

R = 56.67%
G = 37.41%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#996510 (or 0x996510) is known color: Golden Brown. HEX triplet: 99, 65 and 10. RGB value is (153,101,16). Sum of RGB (Red+Green+Blue) = 153+101+16=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #996510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996510 is #669AEF. Grayscale: #6B6B6B. Windows color (decimal): -6724336 or 1074585. OLE color: 1074585.

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

Color convert

RGB 153 101 16 -
CMYK 0 0.34 0.90 0.4
HSL 37.23º 0.81% 0.33% -
HSV(B) 37.23º 0.9% 0.6% -
XYZ 17.88 16.12 2.66 -
YUV 106.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 153 101 16 0 0.34 0.90 0.4 37.23 0.81 0.33
Hex 99 65 10 0 22 5A 28 25 51 21
Octal 231 145 20 0 42 132 50 45 121 41
Binary 10011001 1100101 10000 0 100010 1011010 101000 100101 1010001 100001

Color Harmonies of #996510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996510

Black with #996510

Text Example


Text Example

White with #996510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996510; }

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

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

background-color css

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

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

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

border-color css

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

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

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