Html Css Color HEX #996512 Golden Brown

📋 copy color: '#996512'

red 153 ◦ green 101 ◦ blue 18

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

Shades of Golden Brown #996512

Tints of Golden Brown #996512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.62%

R = 56.25%
G = 37.13%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#996512 (or 0x996512) is known color: Golden Brown. HEX triplet: 99, 65 and 12. RGB value is (153,101,18). Sum of RGB (Red+Green+Blue) = 153+101+18=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #996512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996512 is #669AED. Grayscale: #6B6B6B. Windows color (decimal): -6724334 or 1205657. OLE color: 1205657.

HSL color Cylindrical-coordinate representation of color #996512: hue angle of 36.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #996512 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 18 -
CMYK 0 0.34 0.88 0.4
HSL 36.89º 0.79% 0.34% -
HSV(B) 36.89º 0.88% 0.6% -
XYZ 17.9 16.12 2.74 -
YUV 107.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 153 101 18 0 0.34 0.88 0.4 36.89 0.79 0.34
Hex 99 65 12 0 22 58 28 25 4F 22
Octal 231 145 22 0 42 130 50 45 117 42
Binary 10011001 1100101 10010 0 100010 1011000 101000 100101 1001111 100010

Color Harmonies of #996512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996512

Black with #996512

Text Example


Text Example

White with #996512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996512; }

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

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

background-color css

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

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

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

border-color css

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

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

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