Html Css Color HEX #915600 Golden Brown

📋 copy color: '#915600'

red 145 ◦ green 86 ◦ blue 0

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

Shades of Golden Brown #915600

Tints of Golden Brown #915600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.77%
G = 37.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#915600 (or 0x915600) is known color: Golden Brown. HEX triplet: 91, 56 and 00. RGB value is (145,86,0). Sum of RGB (Red+Green+Blue) = 145+86+0=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #915600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915600 is #6EA9FF. Grayscale: #5E5E5E. Windows color (decimal): -7252480 or 22161. OLE color: 22161.

HSL color Cylindrical-coordinate representation of color #915600: hue angle of 35.59º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #915600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 86 0 -
CMYK 0 0.41 1 0.43
HSL 35.59º 1% 0.28% -
HSV(B) 35.59º 1% 0.57% -
XYZ 15 12.68 1.66 -
YUV 93.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 145 86 0 0 0.41 1 0.43 35.59 1 0.28
Hex 91 56 0 0 29 64 2B 24 64 1C
Octal 221 126 0 0 51 144 53 44 144 34
Binary 10010001 1010110 0 0 101001 1100100 101011 100100 1100100 11100

Color Harmonies of #915600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915600

Black with #915600

Text Example


Text Example

White with #915600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915600; }

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

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

background-color css

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

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

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

border-color css

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

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

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