Html Css Color HEX #936B60 Dark Chestnut

📋 copy color: '#936B60'

red 147 ◦ green 107 ◦ blue 96

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

Shades of Dark Chestnut #936B60

Tints of Dark Chestnut #936B60

RGB

 RED value IS 147 (57.81% from 255) = 42%

 GREEN value IS 107 (42.19% from 255) = 30.57%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 42%
G = 30.57%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#936B60 (or 0x936B60) is known color: Dark Chestnut. HEX triplet: 93, 6B and 60. RGB value is (147,107,96). Sum of RGB (Red+Green+Blue) = 147+107+96=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #936B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B60 is #6C949F. Grayscale: #757575. Windows color (decimal): -7115936 or 6318995. OLE color: 6318995.

HSL color Cylindrical-coordinate representation of color #936B60: hue angle of 12.94º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936B60 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 107 96 -
CMYK 0 0.27 0.35 0.42
HSL 12.94º 0.21% 0.48% -
HSV(B) 12.94º 0.35% 0.58% -
XYZ 19.4 17.56 13.43 -
YUV 117.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 147 107 96 0 0.27 0.35 0.42 12.94 0.21 0.48
Hex 93 6B 60 0 1B 23 2A D 15 30
Octal 223 153 140 0 33 43 52 15 25 60
Binary 10010011 1101011 1100000 0 11011 100011 101010 1101 10101 110000

Color Harmonies of #936B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936B60

Black with #936B60

Text Example


Text Example

White with #936B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936B60; }

 p { color: rgb(147,107,96); }

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

background-color css

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

 a { background-color: rgb(147,107,96); }

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

border-color css

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

 span { border-color: rgb(147,107,96); }

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