#422636

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

Shades of Toledo #422636

Tints of Toledo #422636

Color information

#422636 (or 0x422636) is unknown color: approx Toledo. HEX triplet: 42, 26 and 36. RGB value is (66,38,54). Sum of RGB (Red+Green+Blue) = 66+38+54=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #422636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422636 is #BDD9C9. Grayscale: #303030. Windows color (decimal): -12442058 or 3548738. OLE color: 3548738.

HSL color Cylindrical-coordinate representation of color #422636: hue angle of 325.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #422636 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB663854-
CMYK00.420.180.74
HSL325.71º26.92%20.39%-
HSV(B)325.71º42.42%25.88%-
XYZ3.612.813.84-
YUV48.2131.28140.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 54 (21.48% from 255) = 34.18%
R=41.77%
G=24.05%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66385400.420.180.74325.7126.9220.39
Hex42263602A124A1461b14
Octal1024666052221125063324
Binary100001010011011011001010101001010010101010001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422636; }

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

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

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

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

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

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

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

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