Html Css Color HEX #956642 Dark Tan

📋 copy color: '#956642'

red 149 ◦ green 102 ◦ blue 66

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

Shades of Dark Tan #956642

Tints of Dark Tan #956642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 47%
G = 32.18%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956642 (or 0x956642) is known color: Dark Tan. HEX triplet: 95, 66 and 42. RGB value is (149,102,66). Sum of RGB (Red+Green+Blue) = 149+102+66=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #956642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956642 is #6A99BD. Grayscale: #707070. Windows color (decimal): -6986174 or 4351637. OLE color: 4351637.

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

Color convert

RGB 149 102 66 -
CMYK 0 0.32 0.56 0.42
HSL 26.02º 0.39% 0.42% -
HSV(B) 26.02º 0.56% 0.58% -
XYZ 18.13 16.29 7.34 -
YUV 111.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 149 102 66 0 0.32 0.56 0.42 26.02 0.39 0.42
Hex 95 66 42 0 20 38 2A 1A 27 2A
Octal 225 146 102 0 40 70 52 32 47 52
Binary 10010101 1100110 1000010 0 100000 111000 101010 11010 100111 101010

Color Harmonies of #956642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956642

Black with #956642

Text Example


Text Example

White with #956642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956642; }

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

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

background-color css

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

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

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

border-color css

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

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

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