Html Css Color HEX #93665B Dark Chestnut

📋 copy color: '#93665B'

red 147 ◦ green 102 ◦ blue 91

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

Shades of Dark Chestnut #93665B

Tints of Dark Chestnut #93665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 43.24%
G = 30%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93665B (or 0x93665B) is known color: Dark Chestnut. HEX triplet: 93, 66 and 5B. RGB value is (147,102,91). Sum of RGB (Red+Green+Blue) = 147+102+91=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93665B is #6C99A4. Grayscale: #727272. Windows color (decimal): -7117221 or 5990035. OLE color: 5990035.

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

Color convert

RGB 147 102 91 -
CMYK 0 0.31 0.38 0.42
HSL 11.79º 0.24% 0.47% -
HSV(B) 11.79º 0.38% 0.58% -
XYZ 18.67 16.46 12.09 -
YUV 114.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 147 102 91 0 0.31 0.38 0.42 11.79 0.24 0.47
Hex 93 66 5B 0 1F 26 2A C 18 2F
Octal 223 146 133 0 37 46 52 14 30 57
Binary 10010011 1100110 1011011 0 11111 100110 101010 1100 11000 101111

Color Harmonies of #93665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93665B

Black with #93665B

Text Example


Text Example

White with #93665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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