Html Css Color HEX #946E68 Dark Chestnut

📋 copy color: '#946E68'

red 148 ◦ green 110 ◦ blue 104

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

Shades of Dark Chestnut #946E68

Tints of Dark Chestnut #946E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 40.88%
G = 30.39%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946E68 (or 0x946E68) is known color: Dark Chestnut. HEX triplet: 94, 6E and 68. RGB value is (148,110,104). Sum of RGB (Red+Green+Blue) = 148+110+104=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E68 is #6B9197. Grayscale: #787878. Windows color (decimal): -7049624 or 6844052. OLE color: 6844052.

HSL color Cylindrical-coordinate representation of color #946E68: hue angle of 8.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946E68 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 104 -
CMYK 0 0.26 0.30 0.42
HSL 8.18º 0.17% 0.49% -
HSV(B) 8.18º 0.3% 0.58% -
XYZ 20.29 18.45 15.59 -
YUV 120.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 148 110 104 0 0.26 0.30 0.42 8.18 0.17 0.49
Hex 94 6E 68 0 1A 1E 2A 8 11 31
Octal 224 156 150 0 32 36 52 10 21 61
Binary 10010100 1101110 1101000 0 11010 11110 101010 1000 10001 110001

Color Harmonies of #946E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E68

Black with #946E68

Text Example


Text Example

White with #946E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E68; }

 p { color: rgb(148,110,104); }

 H1.HeaderClassName
 {
   color: #946E68;
 }
 .AnyTagClassName
 {
   color: #946E68;
 }
</style>

background-color css

<style>
 a { background-color: #946E68; }

 a { background-color: rgb(148,110,104); }

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

border-color css

<style>
 span { border-color: #946E68; }

 span { border-color: rgb(148,110,104); }

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