Html Css Color HEX #93675F Dark Chestnut

📋 copy color: '#93675F'

red 147 ◦ green 103 ◦ blue 95

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

Shades of Dark Chestnut #93675F

Tints of Dark Chestnut #93675F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 42.61%
G = 29.86%
B = 27.54%

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

#93675F (or 0x93675F) is known color: Dark Chestnut. HEX triplet: 93, 67 and 5F. RGB value is (147,103,95). Sum of RGB (Red+Green+Blue) = 147+103+95=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #93675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93675F is #6C98A0. Grayscale: #737373. Windows color (decimal): -7116961 or 6252435. OLE color: 6252435.

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

Color convert

RGB 147 103 95 -
CMYK 0 0.30 0.35 0.42
HSL 9.23º 0.21% 0.47% -
HSV(B) 9.23º 0.35% 0.58% -
XYZ 18.95 16.73 13.06 -
YUV 115.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 147 103 95 0 0.30 0.35 0.42 9.23 0.21 0.47
Hex 93 67 5F 0 1E 23 2A 9 15 2F
Octal 223 147 137 0 36 43 52 11 25 57
Binary 10010011 1100111 1011111 0 11110 100011 101010 1001 10101 101111

Color Harmonies of #93675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93675F

Black with #93675F

Text Example


Text Example

White with #93675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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