Html Css Color HEX #624D3F Cork

📋 copy color: '#624D3F'

red 98 ◦ green 77 ◦ blue 63

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

Shades of Cork #624D3F

Tints of Cork #624D3F

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 value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#624D3F (or 0x624D3F) is known color: 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

RGB 98 77 63 -
CMYK 0 0.21 0.36 0.62
HSL 24º 0.22% 0.32% -
HSV(B) 24º 0.36% 0.38% -
XYZ 8.59 8.26 5.84 -
YUV 81.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 98 77 63 0 0.21 0.36 0.62 24 0.22 0.32
Hex 62 4D 3F 0 15 24 3E 18 16 20
Octal 142 115 77 0 25 44 76 30 26 40
Binary 1100010 1001101 111111 0 10101 100100 111110 11000 10110 100000

Color Harmonies of #624D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624D3F

Black with #624D3F

Text Example


Text Example

White with #624D3F

Text Example


Text Example

HTML Codes & Css Web 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>