Html Css Color HEX #956A17 Golden Brown

📋 copy color: '#956A17'

red 149 ◦ green 106 ◦ blue 23

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

Shades of Golden Brown #956A17

Tints of Golden Brown #956A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.27%

R = 53.6%
G = 38.13%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956A17 (or 0x956A17) is known color: Golden Brown. HEX triplet: 95, 6A and 17. RGB value is (149,106,23). Sum of RGB (Red+Green+Blue) = 149+106+23=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #956A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A17 is #6A95E8. Grayscale: #6D6D6D. Windows color (decimal): -6985193 or 1534613. OLE color: 1534613.

HSL color Cylindrical-coordinate representation of color #956A17: hue angle of 39.52º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #956A17 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 106 23 -
CMYK 0 0.29 0.85 0.42
HSL 39.52º 0.73% 0.34% -
HSV(B) 39.52º 0.85% 0.58% -
XYZ 17.7 16.76 3.11 -
YUV 109.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 149 106 23 0 0.29 0.85 0.42 39.52 0.73 0.34
Hex 95 6A 17 0 1D 55 2A 28 49 22
Octal 225 152 27 0 35 125 52 50 111 42
Binary 10010101 1101010 10111 0 11101 1010101 101010 101000 1001001 100010

Color Harmonies of #956A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A17

Black with #956A17

Text Example


Text Example

White with #956A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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