#624D3E

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

Shades of Cork #624D3E

Tints of Cork #624D3E

Color information

#624D3E (or 0x624D3E) is unknown color: approx Cork. HEX triplet: 62, 4D and 3E. RGB value is (98,77,62). Sum of RGB (Red+Green+Blue) = 98+77+62=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #624D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D3E is #9DB2C1. Grayscale: #515151. Windows color (decimal): -10334914 or 4083042. OLE color: 4083042.

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

Color convert

RGB987762-
CMYK00.210.370.62
HSL25º22.5%31.37%-
HSV(B)25º36.73%38.43%-
XYZ8.568.255.7-
YUV81.57116.96139.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.35%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=41.35%
G=32.49%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98776200.210.370.622522.531.37
Hex624D3E015253E19161f
Octal142115760254576312637
Binary11000101001101111110010101100101111110110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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