Html Css Color HEX #956948 Dark Tan

📋 copy color: '#956948'

red 149 ◦ green 105 ◦ blue 72

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

Shades of Dark Tan #956948

Tints of Dark Tan #956948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.21%

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

R = 45.71%
G = 32.21%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#956948 (or 0x956948) is known color: Dark Tan. HEX triplet: 95, 69 and 48. RGB value is (149,105,72). Sum of RGB (Red+Green+Blue) = 149+105+72=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #956948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956948 is #6A96B7. Grayscale: #727272. Windows color (decimal): -6985400 or 4745621. OLE color: 4745621.

HSL color Cylindrical-coordinate representation of color #956948: hue angle of 25.71º 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 #956948 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 72 -
CMYK 0 0.30 0.52 0.42
HSL 25.71º 0.35% 0.43% -
HSV(B) 25.71º 0.52% 0.58% -
XYZ 18.62 16.96 8.42 -
YUV 114.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 149 105 72 0 0.30 0.52 0.42 25.71 0.35 0.43
Hex 95 69 48 0 1E 34 2A 1A 23 2B
Octal 225 151 110 0 36 64 52 32 43 53
Binary 10010101 1101001 1001000 0 11110 110100 101010 11010 100011 101011

Color Harmonies of #956948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956948

Black with #956948

Text Example


Text Example

White with #956948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956948; }

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

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

background-color css

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

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

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

border-color css

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

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

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