Html Css Color HEX #936760 Dark Chestnut

📋 copy color: '#936760'

red 147 ◦ green 103 ◦ blue 96

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

Shades of Dark Chestnut #936760

Tints of Dark Chestnut #936760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 42.49%
G = 29.77%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#936760 (or 0x936760) is known color: Dark Chestnut. HEX triplet: 93, 67 and 60. RGB value is (147,103,96). Sum of RGB (Red+Green+Blue) = 147+103+96=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #936760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936760 is #6C989F. Grayscale: #737373. Windows color (decimal): -7116960 or 6317971. OLE color: 6317971.

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

Color convert

RGB 147 103 96 -
CMYK 0 0.30 0.35 0.42
HSL 8.24º 0.21% 0.48% -
HSV(B) 8.24º 0.35% 0.58% -
XYZ 18.99 16.75 13.3 -
YUV 115.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 147 103 96 0 0.30 0.35 0.42 8.24 0.21 0.48
Hex 93 67 60 0 1E 23 2A 8 15 30
Octal 223 147 140 0 36 43 52 10 25 60
Binary 10010011 1100111 1100000 0 11110 100011 101010 1000 10101 110000

Color Harmonies of #936760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936760

Black with #936760

Text Example


Text Example

White with #936760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936760; }

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

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

background-color css

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

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

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

border-color css

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

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

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