Html Css Color HEX #915E06 Golden Brown

📋 copy color: '#915E06'

red 145 ◦ green 94 ◦ blue 6

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

Shades of Golden Brown #915E06

Tints of Golden Brown #915E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.37%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 59.18%
G = 38.37%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#915E06 (or 0x915E06) is known color: Golden Brown. HEX triplet: 91, 5E and 06. RGB value is (145,94,6). Sum of RGB (Red+Green+Blue) = 145+94+6=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #915E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915E06 is #6EA1F9. Grayscale: #636363. Windows color (decimal): -7250426 or 417425. OLE color: 417425.

HSL color Cylindrical-coordinate representation of color #915E06: hue angle of 37.99º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #915E06 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 94 6 -
CMYK 0 0.35 0.96 0.43
HSL 37.99º 0.92% 0.3% -
HSV(B) 37.99º 0.96% 0.57% -
XYZ 15.71 14.04 2.05 -
YUV 99.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 145 94 6 0 0.35 0.96 0.43 37.99 0.92 0.3
Hex 91 5E 6 0 23 60 2B 26 5C 1E
Octal 221 136 6 0 43 140 53 46 134 36
Binary 10010001 1011110 110 0 100011 1100000 101011 100110 1011100 11110

Color Harmonies of #915E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E06

Black with #915E06

Text Example


Text Example

White with #915E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915E06; }

 p { color: rgb(145,94,6); }

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

background-color css

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

 a { background-color: rgb(145,94,6); }

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

border-color css

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

 span { border-color: rgb(145,94,6); }

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