Html Css Color HEX #946B63 Dark Chestnut

📋 copy color: '#946B63'

red 148 ◦ green 107 ◦ blue 99

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

Shades of Dark Chestnut #946B63

Tints of Dark Chestnut #946B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 41.81%
G = 30.23%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#946B63 (or 0x946B63) is known color: Dark Chestnut. HEX triplet: 94, 6B and 63. RGB value is (148,107,99). Sum of RGB (Red+Green+Blue) = 148+107+99=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #946B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B63 is #6B949C. Grayscale: #767676. Windows color (decimal): -7050397 or 6515604. OLE color: 6515604.

HSL color Cylindrical-coordinate representation of color #946B63: hue angle of 9.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946B63 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 99 -
CMYK 0 0.28 0.33 0.42
HSL 9.8º 0.2% 0.48% -
HSV(B) 9.8º 0.33% 0.58% -
XYZ 19.72 17.71 14.18 -
YUV 118.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 148 107 99 0 0.28 0.33 0.42 9.8 0.2 0.48
Hex 94 6B 63 0 1C 21 2A A 14 30
Octal 224 153 143 0 34 41 52 12 24 60
Binary 10010100 1101011 1100011 0 11100 100001 101010 1010 10100 110000

Color Harmonies of #946B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B63

Black with #946B63

Text Example


Text Example

White with #946B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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