Html Css Color HEX #946964 Dark Chestnut

📋 copy color: '#946964'

red 148 ◦ green 105 ◦ blue 100

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

Shades of Dark Chestnut #946964

Tints of Dark Chestnut #946964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 41.93%
G = 29.75%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946964 (or 0x946964) is known color: Dark Chestnut. HEX triplet: 94, 69 and 64. RGB value is (148,105,100). Sum of RGB (Red+Green+Blue) = 148+105+100=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #946964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946964 is #6B969B. Grayscale: #757575. Windows color (decimal): -7050908 or 6580628. OLE color: 6580628.

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

Color convert

RGB 148 105 100 -
CMYK 0 0.29 0.32 0.42
HSL 6.25º 0.19% 0.49% -
HSV(B) 6.25º 0.32% 0.58% -
XYZ 19.56 17.32 14.37 -
YUV 117.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 148 105 100 0 0.29 0.32 0.42 6.25 0.19 0.49
Hex 94 69 64 0 1D 20 2A 6 13 31
Octal 224 151 144 0 35 40 52 6 23 61
Binary 10010100 1101001 1100100 0 11101 100000 101010 110 10011 110001

Color Harmonies of #946964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946964

Black with #946964

Text Example


Text Example

White with #946964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946964; }

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

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

background-color css

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

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

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

border-color css

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

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

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