Html Css Color HEX #94665D Dark Chestnut

📋 copy color: '#94665D'

red 148 ◦ green 102 ◦ blue 93

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

Shades of Dark Chestnut #94665D

Tints of Dark Chestnut #94665D

RGB

 RED value IS 148 (58.2% from 255) = 43.15%

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

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 43.15%
G = 29.74%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94665D (or 0x94665D) is known color: Dark Chestnut. HEX triplet: 94, 66 and 5D. RGB value is (148,102,93). Sum of RGB (Red+Green+Blue) = 148+102+93=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94665D is #6B99A2. Grayscale: #727272. Windows color (decimal): -7051683 or 6121108. OLE color: 6121108.

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

Color convert

RGB 148 102 93 -
CMYK 0 0.31 0.37 0.42
HSL 9.82º 0.23% 0.47% -
HSV(B) 9.82º 0.37% 0.58% -
XYZ 18.94 16.59 12.56 -
YUV 114.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 148 102 93 0 0.31 0.37 0.42 9.82 0.23 0.47
Hex 94 66 5D 0 1F 25 2A A 17 2F
Octal 224 146 135 0 37 45 52 12 27 57
Binary 10010100 1100110 1011101 0 11111 100101 101010 1010 10111 101111

Color Harmonies of #94665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94665D

Black with #94665D

Text Example


Text Example

White with #94665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94665D; }

 p { color: rgb(148,102,93); }

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

background-color css

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

 a { background-color: rgb(148,102,93); }

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

border-color css

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

 span { border-color: rgb(148,102,93); }

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