Html Css Color HEX #956C4E Dark Tan

📋 copy color: '#956C4E'

red 149 ◦ green 108 ◦ blue 78

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

Shades of Dark Tan #956C4E

Tints of Dark Tan #956C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.28%

R = 44.48%
G = 32.24%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#956C4E (or 0x956C4E) is known color: Dark Tan. HEX triplet: 95, 6C and 4E. RGB value is (149,108,78). Sum of RGB (Red+Green+Blue) = 149+108+78=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C4E is #6A93B1. Grayscale: #747474. Windows color (decimal): -6984626 or 5139605. OLE color: 5139605.

HSL color Cylindrical-coordinate representation of color #956C4E: hue angle of 25.35º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956C4E is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 78 -
CMYK 0 0.28 0.48 0.42
HSL 25.35º 0.31% 0.45% -
HSV(B) 25.35º 0.48% 0.58% -
XYZ 19.13 17.66 9.61 -
YUV 116.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 149 108 78 0 0.28 0.48 0.42 25.35 0.31 0.45
Hex 95 6C 4E 0 1C 30 2A 19 1F 2D
Octal 225 154 116 0 34 60 52 31 37 55
Binary 10010101 1101100 1001110 0 11100 110000 101010 11001 11111 101101

Color Harmonies of #956C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C4E

Black with #956C4E

Text Example


Text Example

White with #956C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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