Html Css Color HEX #996114 Golden Brown

📋 copy color: '#996114'

red 153 ◦ green 97 ◦ blue 20

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

Shades of Golden Brown #996114

Tints of Golden Brown #996114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

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

R = 56.67%
G = 35.93%
B = 7.41%

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

#996114 (or 0x996114) is known color: Golden Brown. HEX triplet: 99, 61 and 14. RGB value is (153,97,20). Sum of RGB (Red+Green+Blue) = 153+97+20=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #996114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996114 is #669EEB. Grayscale: #696969. Windows color (decimal): -6725356 or 1335705. OLE color: 1335705.

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

Color convert

RGB 153 97 20 -
CMYK 0 0.37 0.87 0.4
HSL 34.74º 0.77% 0.34% -
HSV(B) 34.74º 0.87% 0.6% -
XYZ 17.54 15.37 2.7 -
YUV 104.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 153 97 20 0 0.37 0.87 0.4 34.74 0.77 0.34
Hex 99 61 14 0 25 57 28 23 4D 22
Octal 231 141 24 0 45 127 50 43 115 42
Binary 10011001 1100001 10100 0 100101 1010111 101000 100011 1001101 100010

Color Harmonies of #996114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996114

Black with #996114

Text Example


Text Example

White with #996114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996114; }

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

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

background-color css

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

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

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

border-color css

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

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

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