Html Css Color HEX #956A4A Dark Tan

📋 copy color: '#956A4A'

red 149 ◦ green 106 ◦ blue 74

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

Shades of Dark Tan #956A4A

Tints of Dark Tan #956A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 45.29%
G = 32.22%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#956A4A (or 0x956A4A) is known color: Dark Tan. HEX triplet: 95, 6A and 4A. RGB value is (149,106,74). Sum of RGB (Red+Green+Blue) = 149+106+74=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #956A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A4A is #6A95B5. Grayscale: #737373. Windows color (decimal): -6985142 or 4876949. OLE color: 4876949.

HSL color Cylindrical-coordinate representation of color #956A4A: hue angle of 25.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956A4A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 106 74 -
CMYK 0 0.29 0.50 0.42
HSL 25.6º 0.34% 0.44% -
HSV(B) 25.6º 0.5% 0.58% -
XYZ 18.78 17.19 8.81 -
YUV 115.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 149 106 74 0 0.29 0.50 0.42 25.6 0.34 0.44
Hex 95 6A 4A 0 1D 32 2A 1A 22 2C
Octal 225 152 112 0 35 62 52 32 42 54
Binary 10010101 1101010 1001010 0 11101 110010 101010 11010 100010 101100

Color Harmonies of #956A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A4A

Black with #956A4A

Text Example


Text Example

White with #956A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,106,74); }

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

background-color css

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

 a { background-color: rgb(149,106,74); }

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

border-color css

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

 span { border-color: rgb(149,106,74); }

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