Html Css Color HEX #946C65 Dark Chestnut

📋 copy color: '#946C65'

red 148 ◦ green 108 ◦ blue 101

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

Shades of Dark Chestnut #946C65

Tints of Dark Chestnut #946C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 41.46%
G = 30.25%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946C65 (or 0x946C65) is known color: Dark Chestnut. HEX triplet: 94, 6C and 65. RGB value is (148,108,101). Sum of RGB (Red+Green+Blue) = 148+108+101=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #946C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C65 is #6B939A. Grayscale: #777777. Windows color (decimal): -7050139 or 6646932. OLE color: 6646932.

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

Color convert

RGB 148 108 101 -
CMYK 0 0.27 0.32 0.42
HSL 8.94º 0.19% 0.49% -
HSV(B) 8.94º 0.32% 0.58% -
XYZ 19.92 17.96 14.73 -
YUV 119.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 148 108 101 0 0.27 0.32 0.42 8.94 0.19 0.49
Hex 94 6C 65 0 1B 20 2A 9 13 31
Octal 224 154 145 0 33 40 52 11 23 61
Binary 10010100 1101100 1100101 0 11011 100000 101010 1001 10011 110001

Color Harmonies of #946C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C65

Black with #946C65

Text Example


Text Example

White with #946C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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