Html Css Color HEX #946F64 Dark Chestnut

📋 copy color: '#946F64'

red 148 ◦ green 111 ◦ blue 100

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

Shades of Dark Chestnut #946F64

Tints of Dark Chestnut #946F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.92%

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

R = 41.23%
G = 30.92%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946F64 (or 0x946F64) is known color: Dark Chestnut. HEX triplet: 94, 6F and 64. RGB value is (148,111,100). Sum of RGB (Red+Green+Blue) = 148+111+100=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #946F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F64 is #6B909B. Grayscale: #787878. Windows color (decimal): -7049372 or 6582164. OLE color: 6582164.

HSL color Cylindrical-coordinate representation of color #946F64: hue angle of 13.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 #946F64 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 100 -
CMYK 0 0.25 0.32 0.42
HSL 13.75º 0.19% 0.49% -
HSV(B) 13.75º 0.32% 0.58% -
XYZ 20.2 18.58 14.58 -
YUV 120.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 148 111 100 0 0.25 0.32 0.42 13.75 0.19 0.49
Hex 94 6F 64 0 19 20 2A E 13 31
Octal 224 157 144 0 31 40 52 16 23 61
Binary 10010100 1101111 1100100 0 11001 100000 101010 1110 10011 110001

Color Harmonies of #946F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F64

Black with #946F64

Text Example


Text Example

White with #946F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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