Html Css Color HEX #946861 Dark Chestnut

📋 copy color: '#946861'

red 148 ◦ green 104 ◦ blue 97

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

Shades of Dark Chestnut #946861

Tints of Dark Chestnut #946861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 97 (38.28% from 255) = 27.79%

R = 42.41%
G = 29.8%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#946861 (or 0x946861) is known color: Dark Chestnut. HEX triplet: 94, 68 and 61. RGB value is (148,104,97). Sum of RGB (Red+Green+Blue) = 148+104+97=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #946861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946861 is #6B979E. Grayscale: #747474. Windows color (decimal): -7051167 or 6383764. OLE color: 6383764.

HSL color Cylindrical-coordinate representation of color #946861: hue angle of 8.24º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946861 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 97 -
CMYK 0 0.30 0.34 0.42
HSL 8.24º 0.21% 0.48% -
HSV(B) 8.24º 0.34% 0.58% -
XYZ 19.32 17.06 13.58 -
YUV 116.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 148 104 97 0 0.30 0.34 0.42 8.24 0.21 0.48
Hex 94 68 61 0 1E 22 2A 8 15 30
Octal 224 150 141 0 36 42 52 10 25 60
Binary 10010100 1101000 1100001 0 11110 100010 101010 1000 10101 110000

Color Harmonies of #946861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946861

Black with #946861

Text Example


Text Example

White with #946861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946861; }

 p { color: rgb(148,104,97); }

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

background-color css

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

 a { background-color: rgb(148,104,97); }

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

border-color css

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

 span { border-color: rgb(148,104,97); }

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