#405651

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

Shades of Corduroy #405651

Tints of Corduroy #405651

Color information

#405651 (or 0x405651) is unknown color: approx Corduroy. HEX triplet: 40, 56 and 51. RGB value is (64,86,81). Sum of RGB (Red+Green+Blue) = 64+86+81=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #405651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405651 is #BFA9AE. Grayscale: #4E4E4E. Windows color (decimal): -12560815 or 5330496. OLE color: 5330496.

HSL color Cylindrical-coordinate representation of color #405651: hue angle of 166.36º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #405651 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB648681-
CMYK0.2600.060.66
HSL166.36º14.67%29.41%-
HSV(B)166.36º25.58%33.73%-
XYZ6.938.349.03-
YUV78.85129.21117.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=27.71%
G=37.23%
B=35.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486810.2600.060.66166.3614.6729.41
Hex4056511A0642a6f1d
Octal10012612132061022461735
Binary100000010101101010001110100110100001010100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405651; }

 p { color: rgb(64,86,81); }

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

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

 a { background-color: rgb(64,86,81); }

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

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

 span { border-color: rgb(64,86,81); }

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