Html Css Color HEX #916215 Golden Brown

📋 copy color: '#916215'

red 145 ◦ green 98 ◦ blue 21

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

Shades of Golden Brown #916215

Tints of Golden Brown #916215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

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

R = 54.92%
G = 37.12%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#916215 (or 0x916215) is known color: Golden Brown. HEX triplet: 91, 62 and 15. RGB value is (145,98,21). Sum of RGB (Red+Green+Blue) = 145+98+21=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #916215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916215 is #6E9DEA. Grayscale: #676767. Windows color (decimal): -7249387 or 1401489. OLE color: 1401489.

HSL color Cylindrical-coordinate representation of color #916215: hue angle of 37.26º 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 #916215 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 98 21 -
CMYK 0 0.32 0.86 0.43
HSL 37.26º 0.75% 0.33% -
HSV(B) 37.26º 0.86% 0.57% -
XYZ 16.18 14.81 2.72 -
YUV 103.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 145 98 21 0 0.32 0.86 0.43 37.26 0.75 0.33
Hex 91 62 15 0 20 56 2B 25 4B 21
Octal 221 142 25 0 40 126 53 45 113 41
Binary 10010001 1100010 10101 0 100000 1010110 101011 100101 1001011 100001

Color Harmonies of #916215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916215

Black with #916215

Text Example


Text Example

White with #916215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916215; }

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

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

background-color css

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

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

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

border-color css

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

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

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