Html Css Color HEX #946B66 Dark Chestnut

📋 copy color: '#946B66'

red 148 ◦ green 107 ◦ blue 102

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

Shades of Dark Chestnut #946B66

Tints of Dark Chestnut #946B66

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.97%

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

R = 41.46%
G = 29.97%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#946B66 (or 0x946B66) is known color: Dark Chestnut. HEX triplet: 94, 6B and 66. RGB value is (148,107,102). Sum of RGB (Red+Green+Blue) = 148+107+102=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #946B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B66 is #6B9499. Grayscale: #767676. Windows color (decimal): -7050394 or 6712212. OLE color: 6712212.

HSL color Cylindrical-coordinate representation of color #946B66: hue angle of 6.52º 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 #946B66 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 102 -
CMYK 0 0.28 0.31 0.42
HSL 6.52º 0.18% 0.49% -
HSV(B) 6.52º 0.31% 0.58% -
XYZ 19.87 17.77 14.95 -
YUV 118.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 148 107 102 0 0.28 0.31 0.42 6.52 0.18 0.49
Hex 94 6B 66 0 1C 1F 2A 7 12 31
Octal 224 153 146 0 34 37 52 7 22 61
Binary 10010100 1101011 1100110 0 11100 11111 101010 111 10010 110001

Color Harmonies of #946B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B66

Black with #946B66

Text Example


Text Example

White with #946B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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