Html Css Color HEX #916012 Golden Brown

📋 copy color: '#916012'

red 145 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #916012

Tints of Golden Brown #916012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 55.98%
G = 37.07%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#916012 (or 0x916012) is known color: Golden Brown. HEX triplet: 91, 60 and 12. RGB value is (145,96,18). Sum of RGB (Red+Green+Blue) = 145+96+18=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #916012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916012 is #6E9FED. Grayscale: #666666. Windows color (decimal): -7249902 or 1204369. OLE color: 1204369.

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

Color convert

RGB 145 96 18 -
CMYK 0 0.34 0.88 0.43
HSL 36.85º 0.78% 0.32% -
HSV(B) 36.85º 0.88% 0.57% -
XYZ 15.97 14.43 2.52 -
YUV 101.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 145 96 18 0 0.34 0.88 0.43 36.85 0.78 0.32
Hex 91 60 12 0 22 58 2B 25 4E 20
Octal 221 140 22 0 42 130 53 45 116 40
Binary 10010001 1100000 10010 0 100010 1011000 101011 100101 1001110 100000

Color Harmonies of #916012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916012

Black with #916012

Text Example


Text Example

White with #916012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916012; }

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

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

background-color css

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

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

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

border-color css

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

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

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