Html Css Color HEX #93665A Dark Chestnut

📋 copy color: '#93665A'

red 147 ◦ green 102 ◦ blue 90

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

Shades of Dark Chestnut #93665A

Tints of Dark Chestnut #93665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 43.36%
G = 30.09%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93665A (or 0x93665A) is known color: Dark Chestnut. HEX triplet: 93, 66 and 5A. RGB value is (147,102,90). Sum of RGB (Red+Green+Blue) = 147+102+90=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #93665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93665A is #6C99A5. Grayscale: #727272. Windows color (decimal): -7117222 or 5924499. OLE color: 5924499.

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

Color convert

RGB 147 102 90 -
CMYK 0 0.31 0.39 0.42
HSL 12.63º 0.24% 0.46% -
HSV(B) 12.63º 0.39% 0.58% -
XYZ 18.63 16.44 11.86 -
YUV 114.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 147 102 90 0 0.31 0.39 0.42 12.63 0.24 0.46
Hex 93 66 5A 0 1F 27 2A D 18 2E
Octal 223 146 132 0 37 47 52 15 30 56
Binary 10010011 1100110 1011010 0 11111 100111 101010 1101 11000 101110

Color Harmonies of #93665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93665A

Black with #93665A

Text Example


Text Example

White with #93665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93665A; }

 p { color: rgb(147,102,90); }

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

background-color css

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

 a { background-color: rgb(147,102,90); }

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

border-color css

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

 span { border-color: rgb(147,102,90); }

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