Html Css Color HEX #956A15 Golden Brown

📋 copy color: '#956A15'

red 149 ◦ green 106 ◦ blue 21

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

Shades of Golden Brown #956A15

Tints of Golden Brown #956A15

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

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

R = 53.99%
G = 38.41%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#956A15 (or 0x956A15) is known color: Golden Brown. HEX triplet: 95, 6A and 15. RGB value is (149,106,21). Sum of RGB (Red+Green+Blue) = 149+106+21=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #956A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A15 is #6A95EA. Grayscale: #6D6D6D. Windows color (decimal): -6985195 or 1403541. OLE color: 1403541.

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

Color convert

RGB 149 106 21 -
CMYK 0 0.29 0.86 0.42
HSL 39.84º 0.75% 0.33% -
HSV(B) 39.84º 0.86% 0.58% -
XYZ 17.68 16.75 3.01 -
YUV 109.17 78.25 156.41 -
System Red Green Blue C M Y K H S L
Decimal 149 106 21 0 0.29 0.86 0.42 39.84 0.75 0.33
Hex 95 6A 15 0 1D 56 2A 28 4B 21
Octal 225 152 25 0 35 126 52 50 113 41
Binary 10010101 1101010 10101 0 11101 1010110 101010 101000 1001011 100001

Color Harmonies of #956A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A15

Black with #956A15

Text Example


Text Example

White with #956A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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