#624C3D

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

Shades of Cork #624C3D

Tints of Cork #624C3D

Color information

#624C3D (or 0x624C3D) is unknown color: approx Cork. HEX triplet: 62, 4C and 3D. RGB value is (98,76,61). Sum of RGB (Red+Green+Blue) = 98+76+61=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 98 - color contains mainly: red. Hex color #624C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C3D is #9DB3C2. Grayscale: #505050. Windows color (decimal): -10335171 or 4017250. OLE color: 4017250.

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

Color convert

RGB987661-
CMYK00.220.380.62
HSL24.32º23.27%31.18%-
HSV(B)24.32º37.76%38.43%-
XYZ8.468.15.53-
YUV80.87116.79140.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=41.70%
G=32.34%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98766100.220.380.6224.3223.2731.18
Hex624C3D016263E18171f
Octal142114750264676302737
Binary11000101001100111101010110100110111110110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,76,61); }

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

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

 a { background-color: rgb(98,76,61); }

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

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

 span { border-color: rgb(98,76,61); }

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