Html Css Color HEX #956C15 Golden Brown

📋 copy color: '#956C15'

red 149 ◦ green 108 ◦ blue 21

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

Shades of Golden Brown #956C15

Tints of Golden Brown #956C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

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

R = 53.6%
G = 38.85%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#956C15 (or 0x956C15) is known color: Golden Brown. HEX triplet: 95, 6C and 15. RGB value is (149,108,21). Sum of RGB (Red+Green+Blue) = 149+108+21=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #956C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C15 is #6A93EA. Grayscale: #6E6E6E. Windows color (decimal): -6984683 or 1404053. OLE color: 1404053.

HSL color Cylindrical-coordinate representation of color #956C15: hue angle of 40.78º 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 #956C15 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 21 -
CMYK 0 0.28 0.86 0.42
HSL 40.78º 0.75% 0.33% -
HSV(B) 40.78º 0.86% 0.58% -
XYZ 17.89 17.17 3.08 -
YUV 110.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 149 108 21 0 0.28 0.86 0.42 40.78 0.75 0.33
Hex 95 6C 15 0 1C 56 2A 29 4B 21
Octal 225 154 25 0 34 126 52 51 113 41
Binary 10010101 1101100 10101 0 11100 1010110 101010 101001 1001011 100001

Color Harmonies of #956C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C15

Black with #956C15

Text Example


Text Example

White with #956C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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