Html Css Color HEX #624E40 Cork

📋 copy color: '#624E40'

red 98 ◦ green 78 ◦ blue 64

#624E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cork #624E40

Tints of Cork #624E40

RGB

 RED value IS 98 (38.67% from 255) = 40.83%

 GREEN value IS 78 (30.86% from 255) = 32.5%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 40.83%
G = 32.5%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#624E40 (or 0x624E40) is known color: Cork. HEX triplet: 62, 4E and 40. RGB value is (98,78,64). Sum of RGB (Red+Green+Blue) = 98+78+64=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 98 - color contains mainly: red. Hex color #624E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E40 is #9DB1BF. Grayscale: #525252. Windows color (decimal): -10334656 or 4214370. OLE color: 4214370.

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

Color convert

RGB 98 78 64 -
CMYK 0 0.20 0.35 0.62
HSL 24.71º 0.21% 0.32% -
HSV(B) 24.71º 0.35% 0.38% -
XYZ 8.69 8.42 6.02 -
YUV 82.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 98 78 64 0 0.20 0.35 0.62 24.71 0.21 0.32
Hex 62 4E 40 0 14 23 3E 19 15 20
Octal 142 116 100 0 24 43 76 31 25 40
Binary 1100010 1001110 1000000 0 10100 100011 111110 11001 10101 100000

Color Harmonies of #624E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624E40

Black with #624E40

Text Example


Text Example

White with #624E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,78,64); }

 H1.HeaderClassName
 {
   color: #624E40;
 }
 .AnyTagClassName
 {
   color: #624E40;
 }
</style>

background-color css

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

 a { background-color: rgb(98,78,64); }

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

border-color css

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

 span { border-color: rgb(98,78,64); }

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