#94665A

Color #94665A Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #94665A

Tints of Dark Chestnut #94665A

Color information

#94665A (or 0x94665A) is unknown color: approx Dark Chestnut. HEX triplet: 94, 66 and 5A. RGB value is (148,102,90). Sum of RGB (Red+Green+Blue) = 148+102+90=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94665A is #6B99A5. Grayscale: #727272. Windows color (decimal): -7051686 or 5924500. OLE color: 5924500.

HSL color Cylindrical-coordinate representation of color #94665A: hue angle of 12.41º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94665A is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14810290-
CMYK00.310.390.42
HSL12.41º24.37%46.67%-
HSV(B)12.41º39.19%58.04%-
XYZ18.8116.5411.87-
YUV114.39114.24151.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=43.53%
G=30%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481029000.310.390.4212.4124.3746.67
Hex94665A01F272Ac182f
Octal2241461320374752143057
Binary1001010011001101011010011111100111101010110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94665A; }

 p { color: rgb(148,102,90); }

 H1.HeaderClassName
 {
   color: #94665A;
 }
 .AnyTagClassName
 {
   color: #94665A;
 }
</style>
background-color css

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

 a { background-color: rgb(148,102,90); }

 div.DivClassName
 {
   background-color: #94665A;
 }
 .BgClassName
 {
   background-color: #94665A;
 }
</style>
border-color css

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

 span { border-color: rgb(148,102,90); }

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