#423643

Color #423643 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #423643

Tints of Fuscous Grey #423643

Color information

#423643 (or 0x423643) is unknown color: approx Fuscous Grey. HEX triplet: 42, 36 and 43. RGB value is (66,54,67). Sum of RGB (Red+Green+Blue) = 66+54+67=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 67 - color contains mainly: blue. Hex color #423643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423643 is #BDC9BC. Grayscale: #3B3B3B. Windows color (decimal): -12437949 or 4404802. OLE color: 4404802.

HSL color Cylindrical-coordinate representation of color #423643: hue angle of 295.38º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #423643 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB665467-
CMYK0.010.1900.74
HSL295.38º10.74%23.73%-
HSV(B)295.38º19.4%26.27%-
XYZ4.584.25.88-
YUV59.07132.48132.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 67 (26.56% from 255) = 35.83%
R=35.29%
G=28.88%
B=35.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6654670.010.1900.74295.3810.7423.73
Hex42364311304A127b18
Octal1026610312301124471330
Binary1000010110110100001111001101001010100100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423643; }

 p { color: rgb(66,54,67); }

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

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

 a { background-color: rgb(66,54,67); }

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

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

 span { border-color: rgb(66,54,67); }

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