Html Css Color HEX #956C4F Dark Tan

📋 copy color: '#956C4F'

red 149 ◦ green 108 ◦ blue 79

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

Shades of Dark Tan #956C4F

Tints of Dark Tan #956C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 44.35%
G = 32.14%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#956C4F (or 0x956C4F) is known color: Dark Tan. HEX triplet: 95, 6C and 4F. RGB value is (149,108,79). Sum of RGB (Red+Green+Blue) = 149+108+79=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #956C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C4F is #6A93B0. Grayscale: #757575. Windows color (decimal): -6984625 or 5205141. OLE color: 5205141.

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

Color convert

RGB 149 108 79 -
CMYK 0 0.28 0.47 0.42
HSL 24.86º 0.31% 0.45% -
HSV(B) 24.86º 0.47% 0.58% -
XYZ 19.17 17.68 9.8 -
YUV 116.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 149 108 79 0 0.28 0.47 0.42 24.86 0.31 0.45
Hex 95 6C 4F 0 1C 2F 2A 19 1F 2D
Octal 225 154 117 0 34 57 52 31 37 55
Binary 10010101 1101100 1001111 0 11100 101111 101010 11001 11111 101101

Color Harmonies of #956C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C4F

Black with #956C4F

Text Example


Text Example

White with #956C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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