Html Css Color HEX #956311 Golden Brown

📋 copy color: '#956311'

red 149 ◦ green 99 ◦ blue 17

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

Shades of Golden Brown #956311

Tints of Golden Brown #956311

RGB

 RED value IS 149 (58.59% from 255) = 56.23%

 GREEN value IS 99 (39.06% from 255) = 37.36%

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 56.23%
G = 37.36%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#956311 (or 0x956311) is known color: Golden Brown. HEX triplet: 95, 63 and 11. RGB value is (149,99,17). Sum of RGB (Red+Green+Blue) = 149+99+17=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #956311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956311 is #6A9CEE. Grayscale: #686868. Windows color (decimal): -6986991 or 1139605. OLE color: 1139605.

HSL color Cylindrical-coordinate representation of color #956311: hue angle of 37.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #956311 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 17 -
CMYK 0 0.34 0.89 0.42
HSL 37.27º 0.8% 0.33% -
HSV(B) 37.27º 0.89% 0.58% -
XYZ 16.96 15.35 2.6 -
YUV 104.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 149 99 17 0 0.34 0.89 0.42 37.27 0.8 0.33
Hex 95 63 11 0 22 59 2A 25 50 21
Octal 225 143 21 0 42 131 52 45 120 41
Binary 10010101 1100011 10001 0 100010 1011001 101010 100101 1010000 100001

Color Harmonies of #956311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956311

Black with #956311

Text Example


Text Example

White with #956311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956311; }

 p { color: rgb(149,99,17); }

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

background-color css

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

 a { background-color: rgb(149,99,17); }

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

border-color css

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

 span { border-color: rgb(149,99,17); }

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