Html Css Color HEX #947166 Dark Chestnut

📋 copy color: '#947166'

red 148 ◦ green 113 ◦ blue 102

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

Shades of Dark Chestnut #947166

Tints of Dark Chestnut #947166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 40.77%
G = 31.13%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#947166 (or 0x947166) is known color: Dark Chestnut. HEX triplet: 94, 71 and 66. RGB value is (148,113,102). Sum of RGB (Red+Green+Blue) = 148+113+102=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #947166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947166 is #6B8E99. Grayscale: #7A7A7A. Windows color (decimal): -7048858 or 6713748. OLE color: 6713748.

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

Color convert

RGB 148 113 102 -
CMYK 0 0.24 0.31 0.42
HSL 14.35º 0.18% 0.49% -
HSV(B) 14.35º 0.31% 0.58% -
XYZ 20.52 19.07 15.17 -
YUV 122.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 148 113 102 0 0.24 0.31 0.42 14.35 0.18 0.49
Hex 94 71 66 0 18 1F 2A E 12 31
Octal 224 161 146 0 30 37 52 16 22 61
Binary 10010100 1110001 1100110 0 11000 11111 101010 1110 10010 110001

Color Harmonies of #947166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947166

Black with #947166

Text Example


Text Example

White with #947166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947166; }

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

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

background-color css

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

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

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

border-color css

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

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

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