Html Css Color HEX #996014 Golden Brown

📋 copy color: '#996014'

red 153 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #996014

Tints of Golden Brown #996014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 56.88%
G = 35.69%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#996014 (or 0x996014) is known color: Golden Brown. HEX triplet: 99, 60 and 14. RGB value is (153,96,20). Sum of RGB (Red+Green+Blue) = 153+96+20=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #996014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996014 is #669FEB. Grayscale: #686868. Windows color (decimal): -6725612 or 1335449. OLE color: 1335449.

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

Color convert

RGB 153 96 20 -
CMYK 0 0.37 0.87 0.4
HSL 34.29º 0.77% 0.34% -
HSV(B) 34.29º 0.87% 0.6% -
XYZ 17.45 15.19 2.67 -
YUV 104.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 153 96 20 0 0.37 0.87 0.4 34.29 0.77 0.34
Hex 99 60 14 0 25 57 28 22 4D 22
Octal 231 140 24 0 45 127 50 42 115 42
Binary 10011001 1100000 10100 0 100101 1010111 101000 100010 1001101 100010

Color Harmonies of #996014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996014

Black with #996014

Text Example


Text Example

White with #996014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996014; }

 p { color: rgb(153,96,20); }

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

background-color css

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

 a { background-color: rgb(153,96,20); }

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

border-color css

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

 span { border-color: rgb(153,96,20); }

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