Html Css Color HEX #946A61 Dark Chestnut

📋 copy color: '#946A61'

red 148 ◦ green 106 ◦ blue 97

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

Shades of Dark Chestnut #946A61

Tints of Dark Chestnut #946A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

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

R = 42.17%
G = 30.2%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#946A61 (or 0x946A61) is known color: Dark Chestnut. HEX triplet: 94, 6A and 61. RGB value is (148,106,97). Sum of RGB (Red+Green+Blue) = 148+106+97=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #946A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A61 is #6B959E. Grayscale: #757575. Windows color (decimal): -7050655 or 6384276. OLE color: 6384276.

HSL color Cylindrical-coordinate representation of color #946A61: hue angle of 10.59º 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 #946A61 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 106 97 -
CMYK 0 0.28 0.34 0.42
HSL 10.59º 0.21% 0.48% -
HSV(B) 10.59º 0.34% 0.58% -
XYZ 19.52 17.47 13.65 -
YUV 117.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 148 106 97 0 0.28 0.34 0.42 10.59 0.21 0.48
Hex 94 6A 61 0 1C 22 2A B 15 30
Octal 224 152 141 0 34 42 52 13 25 60
Binary 10010100 1101010 1100001 0 11100 100010 101010 1011 10101 110000

Color Harmonies of #946A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A61

Black with #946A61

Text Example


Text Example

White with #946A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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