Html Css Color HEX #946B64 Dark Chestnut

📋 copy color: '#946B64'

red 148 ◦ green 107 ◦ blue 100

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

Shades of Dark Chestnut #946B64

Tints of Dark Chestnut #946B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.17%

R = 41.69%
G = 30.14%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946B64 (or 0x946B64) is known color: Dark Chestnut. HEX triplet: 94, 6B and 64. RGB value is (148,107,100). Sum of RGB (Red+Green+Blue) = 148+107+100=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B64 is #6B949B. Grayscale: #767676. Windows color (decimal): -7050396 or 6581140. OLE color: 6581140.

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

Color convert

RGB 148 107 100 -
CMYK 0 0.28 0.32 0.42
HSL 8.75º 0.19% 0.49% -
HSV(B) 8.75º 0.32% 0.58% -
XYZ 19.77 17.73 14.44 -
YUV 118.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 148 107 100 0 0.28 0.32 0.42 8.75 0.19 0.49
Hex 94 6B 64 0 1C 20 2A 9 13 31
Octal 224 153 144 0 34 40 52 11 23 61
Binary 10010100 1101011 1100100 0 11100 100000 101010 1001 10011 110001

Color Harmonies of #946B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B64

Black with #946B64

Text Example


Text Example

White with #946B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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