Html Css Color HEX #956654 Dark Tan

📋 copy color: '#956654'

red 149 ◦ green 102 ◦ blue 84

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

Shades of Dark Tan #956654

Tints of Dark Tan #956654

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 44.48%
G = 30.45%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#956654 (or 0x956654) is known color: Dark Tan. HEX triplet: 95, 66 and 54. RGB value is (149,102,84). Sum of RGB (Red+Green+Blue) = 149+102+84=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956654 is #6A99AB. Grayscale: #727272. Windows color (decimal): -6986156 or 5531285. OLE color: 5531285.

HSL color Cylindrical-coordinate representation of color #956654: hue angle of 16.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #956654 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 84 -
CMYK 0 0.32 0.44 0.42
HSL 16.62º 0.28% 0.46% -
HSV(B) 16.62º 0.44% 0.58% -
XYZ 18.75 16.53 10.59 -
YUV 114 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 149 102 84 0 0.32 0.44 0.42 16.62 0.28 0.46
Hex 95 66 54 0 20 2C 2A 11 1C 2E
Octal 225 146 124 0 40 54 52 21 34 56
Binary 10010101 1100110 1010100 0 100000 101100 101010 10001 11100 101110

Color Harmonies of #956654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956654

Black with #956654

Text Example


Text Example

White with #956654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956654; }

 p { color: rgb(149,102,84); }

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

background-color css

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

 a { background-color: rgb(149,102,84); }

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

border-color css

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

 span { border-color: rgb(149,102,84); }

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