Html Css Color HEX #94655D Dark Chestnut

📋 copy color: '#94655D'

red 148 ◦ green 101 ◦ blue 93

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

Shades of Dark Chestnut #94655D

Tints of Dark Chestnut #94655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 43.27%
G = 29.53%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94655D (or 0x94655D) is known color: Dark Chestnut. HEX triplet: 94, 65 and 5D. RGB value is (148,101,93). Sum of RGB (Red+Green+Blue) = 148+101+93=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94655D is #6B9AA2. Grayscale: #727272. Windows color (decimal): -7051939 or 6120852. OLE color: 6120852.

HSL color Cylindrical-coordinate representation of color #94655D: hue angle of 8.73º 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 #94655D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 101 93 -
CMYK 0 0.32 0.37 0.42
HSL 8.73º 0.23% 0.47% -
HSV(B) 8.73º 0.37% 0.58% -
XYZ 18.84 16.39 12.53 -
YUV 114.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 148 101 93 0 0.32 0.37 0.42 8.73 0.23 0.47
Hex 94 65 5D 0 20 25 2A 9 17 2F
Octal 224 145 135 0 40 45 52 11 27 57
Binary 10010100 1100101 1011101 0 100000 100101 101010 1001 10111 101111

Color Harmonies of #94655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94655D

Black with #94655D

Text Example


Text Example

White with #94655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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