#624D3F

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

Shades of Cork #624D3F

Tints of Cork #624D3F

Color information

#624D3F (or 0x624D3F) is unknown color: approx Cork. HEX triplet: 62, 4D and 3F. RGB value is (98,77,63). Sum of RGB (Red+Green+Blue) = 98+77+63=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #624D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D3F is #9DB2C0. Grayscale: #515151. Windows color (decimal): -10334913 or 4148578. OLE color: 4148578.

HSL color Cylindrical-coordinate representation of color #624D3F: hue angle of 24º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #624D3F is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB987763-
CMYK00.210.360.62
HSL24º21.74%31.57%-
HSV(B)24º35.71%38.43%-
XYZ8.598.265.84-
YUV81.68117.46139.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 63 (25% from 255) = 26.47%
R=41.18%
G=32.35%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98776300.210.360.622421.7431.57
Hex624D3F015243E181620
Octal142115770254476302640
Binary110001010011011111110101011001001111101100010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624D3F; }

 p { color: rgb(98,77,63); }

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

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

 a { background-color: rgb(98,77,63); }

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

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

 span { border-color: rgb(98,77,63); }

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