#625042

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

Shades of Cork #625042

Tints of Cork #625042

Color information

#625042 (or 0x625042) is unknown color: approx Cork. HEX triplet: 62, 50 and 42. RGB value is (98,80,66). Sum of RGB (Red+Green+Blue) = 98+80+66=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #625042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625042 is #9DAFBD. Grayscale: #535353. Windows color (decimal): -10334142 or 4345954. OLE color: 4345954.

HSL color Cylindrical-coordinate representation of color #625042: hue angle of 26.25º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #625042 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB988066-
CMYK00.180.330.62
HSL26.25º19.51%32.16%-
HSV(B)26.25º32.65%38.43%-
XYZ8.898.736.37-
YUV83.79117.96138.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=40.16%
G=32.79%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98806600.180.330.6226.2519.5132.16
Hex625042012213E1a1420
Octal1421201020224176322440
Binary1100010101000010000100100101000011111101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625042; }

 p { color: rgb(98,80,66); }

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

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

 a { background-color: rgb(98,80,66); }

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

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

 span { border-color: rgb(98,80,66); }

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