Html Css Color HEX #915612 Golden Brown

📋 copy color: '#915612'

red 145 ◦ green 86 ◦ blue 18

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

Shades of Golden Brown #915612

Tints of Golden Brown #915612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.54%

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

R = 58.23%
G = 34.54%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#915612 (or 0x915612) is known color: Golden Brown. HEX triplet: 91, 56 and 12. RGB value is (145,86,18). Sum of RGB (Red+Green+Blue) = 145+86+18=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #915612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915612 is #6EA9ED. Grayscale: #606060. Windows color (decimal): -7252462 or 1201809. OLE color: 1201809.

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

Color convert

RGB 145 86 18 -
CMYK 0 0.41 0.88 0.43
HSL 32.13º 0.78% 0.32% -
HSV(B) 32.13º 0.88% 0.57% -
XYZ 15.11 12.72 2.23 -
YUV 95.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 145 86 18 0 0.41 0.88 0.43 32.13 0.78 0.32
Hex 91 56 12 0 29 58 2B 20 4E 20
Octal 221 126 22 0 51 130 53 40 116 40
Binary 10010001 1010110 10010 0 101001 1011000 101011 100000 1001110 100000

Color Harmonies of #915612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915612

Black with #915612

Text Example


Text Example

White with #915612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915612; }

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

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

background-color css

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

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

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

border-color css

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

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

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