Html Css Color HEX #956648 Dark Tan

📋 copy color: '#956648'

red 149 ◦ green 102 ◦ blue 72

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

Shades of Dark Tan #956648

Tints of Dark Tan #956648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 46.13%
G = 31.58%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#956648 (or 0x956648) is known color: Dark Tan. HEX triplet: 95, 66 and 48. RGB value is (149,102,72). Sum of RGB (Red+Green+Blue) = 149+102+72=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #956648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956648 is #6A99B7. Grayscale: #707070. Windows color (decimal): -6986168 or 4744853. OLE color: 4744853.

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

Color convert

RGB 149 102 72 -
CMYK 0 0.32 0.52 0.42
HSL 23.38º 0.35% 0.43% -
HSV(B) 23.38º 0.52% 0.58% -
XYZ 18.32 16.36 8.32 -
YUV 112.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 149 102 72 0 0.32 0.52 0.42 23.38 0.35 0.43
Hex 95 66 48 0 20 34 2A 17 23 2B
Octal 225 146 110 0 40 64 52 27 43 53
Binary 10010101 1100110 1001000 0 100000 110100 101010 10111 100011 101011

Color Harmonies of #956648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956648

Black with #956648

Text Example


Text Example

White with #956648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956648; }

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

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

background-color css

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

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

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

border-color css

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

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

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