Html Css Color HEX #956115 Golden Brown

📋 copy color: '#956115'

red 149 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #956115

Tints of Golden Brown #956115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 55.81%
G = 36.33%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#956115 (or 0x956115) is known color: Golden Brown. HEX triplet: 95, 61 and 15. RGB value is (149,97,21). Sum of RGB (Red+Green+Blue) = 149+97+21=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #956115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956115 is #6A9EEA. Grayscale: #686868. Windows color (decimal): -6987499 or 1401237. OLE color: 1401237.

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

Color convert

RGB 149 97 21 -
CMYK 0 0.35 0.86 0.42
HSL 35.63º 0.75% 0.33% -
HSV(B) 35.63º 0.86% 0.58% -
XYZ 16.8 14.99 2.72 -
YUV 103.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 149 97 21 0 0.35 0.86 0.42 35.63 0.75 0.33
Hex 95 61 15 0 23 56 2A 24 4B 21
Octal 225 141 25 0 43 126 52 44 113 41
Binary 10010101 1100001 10101 0 100011 1010110 101010 100100 1001011 100001

Color Harmonies of #956115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956115

Black with #956115

Text Example


Text Example

White with #956115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956115; }

 p { color: rgb(149,97,21); }

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

background-color css

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

 a { background-color: rgb(149,97,21); }

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

border-color css

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

 span { border-color: rgb(149,97,21); }

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