Html Css Color HEX #946A65 Dark Chestnut

📋 copy color: '#946A65'

red 148 ◦ green 106 ◦ blue 101

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

Shades of Dark Chestnut #946A65

Tints of Dark Chestnut #946A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 41.69%
G = 29.86%
B = 28.45%

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

#946A65 (or 0x946A65) is known color: Dark Chestnut. HEX triplet: 94, 6A and 65. RGB value is (148,106,101). Sum of RGB (Red+Green+Blue) = 148+106+101=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A65 is #6B959A. Grayscale: #767676. Windows color (decimal): -7050651 or 6646420. OLE color: 6646420.

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

Color convert

RGB 148 106 101 -
CMYK 0 0.28 0.32 0.42
HSL 6.38º 0.19% 0.49% -
HSV(B) 6.38º 0.32% 0.58% -
XYZ 19.72 17.54 14.66 -
YUV 117.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 148 106 101 0 0.28 0.32 0.42 6.38 0.19 0.49
Hex 94 6A 65 0 1C 20 2A 6 13 31
Octal 224 152 145 0 34 40 52 6 23 61
Binary 10010100 1101010 1100101 0 11100 100000 101010 110 10011 110001

Color Harmonies of #946A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A65

Black with #946A65

Text Example


Text Example

White with #946A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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