Html Css Color HEX #916015 Golden Brown

📋 copy color: '#916015'

red 145 ◦ green 96 ◦ blue 21

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

Shades of Golden Brown #916015

Tints of Golden Brown #916015

RGB

 RED value IS 145 (57.03% from 255) = 55.34%

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

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

R = 55.34%
G = 36.64%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#916015 (or 0x916015) is known color: Golden Brown. HEX triplet: 91, 60 and 15. RGB value is (145,96,21). Sum of RGB (Red+Green+Blue) = 145+96+21=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #916015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916015 is #6E9FEA. Grayscale: #666666. Windows color (decimal): -7249899 or 1400977. OLE color: 1400977.

HSL color Cylindrical-coordinate representation of color #916015: hue angle of 36.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #916015 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 96 21 -
CMYK 0 0.34 0.86 0.43
HSL 36.29º 0.75% 0.33% -
HSV(B) 36.29º 0.86% 0.57% -
XYZ 16 14.44 2.65 -
YUV 102.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 145 96 21 0 0.34 0.86 0.43 36.29 0.75 0.33
Hex 91 60 15 0 22 56 2B 24 4B 21
Octal 221 140 25 0 42 126 53 44 113 41
Binary 10010001 1100000 10101 0 100010 1010110 101011 100100 1001011 100001

Color Harmonies of #916015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916015

Black with #916015

Text Example


Text Example

White with #916015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916015; }

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

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

background-color css

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

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

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

border-color css

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

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

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