Html Css Color HEX #996514 Golden Brown

📋 copy color: '#996514'

red 153 ◦ green 101 ◦ blue 20

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

Shades of Golden Brown #996514

Tints of Golden Brown #996514

RGB

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

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

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

R = 55.84%
G = 36.86%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#996514 (or 0x996514) is known color: Golden Brown. HEX triplet: 99, 65 and 14. RGB value is (153,101,20). Sum of RGB (Red+Green+Blue) = 153+101+20=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996514 is #669AEB. Grayscale: #6B6B6B. Windows color (decimal): -6724332 or 1336729. OLE color: 1336729.

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

Color convert

RGB 153 101 20 -
CMYK 0 0.34 0.87 0.4
HSL 36.54º 0.77% 0.34% -
HSV(B) 36.54º 0.87% 0.6% -
XYZ 17.92 16.13 2.83 -
YUV 107.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 153 101 20 0 0.34 0.87 0.4 36.54 0.77 0.34
Hex 99 65 14 0 22 57 28 25 4D 22
Octal 231 145 24 0 42 127 50 45 115 42
Binary 10011001 1100101 10100 0 100010 1010111 101000 100101 1001101 100010

Color Harmonies of #996514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996514

Black with #996514

Text Example


Text Example

White with #996514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996514; }

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

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

background-color css

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

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

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

border-color css

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

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

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