Html Css Color HEX #624E3F Cork

📋 copy color: '#624E3F'

red 98 ◦ green 78 ◦ blue 63

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

Shades of Cork #624E3F

Tints of Cork #624E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.36%

R = 41%
G = 32.64%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#624E3F (or 0x624E3F) is known color: Cork. HEX triplet: 62, 4E and 3F. RGB value is (98,78,63). Sum of RGB (Red+Green+Blue) = 98+78+63=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 98 - color contains mainly: red. Hex color #624E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E3F is #9DB1C0. Grayscale: #525252. Windows color (decimal): -10334657 or 4148834. OLE color: 4148834.

HSL color Cylindrical-coordinate representation of color #624E3F: hue angle of 25.71º 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 #624E3F is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 78 63 -
CMYK 0 0.20 0.36 0.62
HSL 25.71º 0.22% 0.32% -
HSV(B) 25.71º 0.36% 0.38% -
XYZ 8.66 8.4 5.87 -
YUV 82.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 98 78 63 0 0.20 0.36 0.62 25.71 0.22 0.32
Hex 62 4E 3F 0 14 24 3E 1A 16 20
Octal 142 116 77 0 24 44 76 32 26 40
Binary 1100010 1001110 111111 0 10100 100100 111110 11010 10110 100000

Color Harmonies of #624E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624E3F

Black with #624E3F

Text Example


Text Example

White with #624E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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