Html Css Color HEX #915900 Golden Brown

📋 copy color: '#915900'

red 145 ◦ green 89 ◦ blue 0

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

Shades of Golden Brown #915900

Tints of Golden Brown #915900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

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

R = 61.97%
G = 38.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#915900 (or 0x915900) is known color: Golden Brown. HEX triplet: 91, 59 and 00. RGB value is (145,89,0). Sum of RGB (Red+Green+Blue) = 145+89+0=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #915900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915900 is #6EA6FF. Grayscale: #606060. Windows color (decimal): -7251712 or 22929. OLE color: 22929.

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

Color convert

RGB 145 89 0 -
CMYK 0 0.39 1 0.43
HSL 36.83º 1% 0.28% -
HSV(B) 36.83º 1% 0.57% -
XYZ 15.25 13.16 1.74 -
YUV 95.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 145 89 0 0 0.39 1 0.43 36.83 1 0.28
Hex 91 59 0 0 27 64 2B 25 64 1C
Octal 221 131 0 0 47 144 53 45 144 34
Binary 10010001 1011001 0 0 100111 1100100 101011 100101 1100100 11100

Color Harmonies of #915900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915900

Black with #915900

Text Example


Text Example

White with #915900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915900; }

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

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

background-color css

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

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

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

border-color css

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

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

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