#423843

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

Shades of Fuscous Grey #423843

Tints of Fuscous Grey #423843

Color information

#423843 (or 0x423843) is unknown color: approx Fuscous Grey. HEX triplet: 42, 38 and 43. RGB value is (66,56,67). Sum of RGB (Red+Green+Blue) = 66+56+67=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 67 - color contains mainly: blue. Hex color #423843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423843 is #BDC7BC. Grayscale: #3C3C3C. Windows color (decimal): -12437437 or 4405314. OLE color: 4405314.

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

Color convert

RGB665667-
CMYK0.010.1600.74
HSL294.55º8.94%24.12%-
HSV(B)294.55º16.42%26.27%-
XYZ4.674.395.91-
YUV60.24131.81132.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 67 (26.56% from 255) = 35.45%
R=34.92%
G=29.63%
B=35.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6656670.010.1600.74294.558.9424.12
Hex42384311004A127918
Octal1027010312001124471130
Binary1000010111000100001111000001001010100100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423843; }

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

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

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

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

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

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

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

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