Html Css Color HEX #996015 Golden Brown

📋 copy color: '#996015'

red 153 ◦ green 96 ◦ blue 21

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

Shades of Golden Brown #996015

Tints of Golden Brown #996015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 56.67%
G = 35.56%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#996015 (or 0x996015) is known color: Golden Brown. HEX triplet: 99, 60 and 15. RGB value is (153,96,21). Sum of RGB (Red+Green+Blue) = 153+96+21=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #996015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996015 is #669FEA. Grayscale: #686868. Windows color (decimal): -6725611 or 1400985. OLE color: 1400985.

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

Color convert

RGB 153 96 21 -
CMYK 0 0.37 0.86 0.4
HSL 34.09º 0.76% 0.34% -
HSV(B) 34.09º 0.86% 0.6% -
XYZ 17.46 15.19 2.72 -
YUV 104.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 153 96 21 0 0.37 0.86 0.4 34.09 0.76 0.34
Hex 99 60 15 0 25 56 28 22 4C 22
Octal 231 140 25 0 45 126 50 42 114 42
Binary 10011001 1100000 10101 0 100101 1010110 101000 100010 1001100 100010

Color Harmonies of #996015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996015

Black with #996015

Text Example


Text Example

White with #996015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996015; }

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

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

background-color css

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

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

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

border-color css

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

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

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