Html Css Color HEX #624C3D Cork

📋 copy color: '#624C3D'

red 98 ◦ green 76 ◦ blue 61

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

Shades of Cork #624C3D

Tints of Cork #624C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

 BLUE value IS 61 (24.22% from 255) = 25.96%

R = 41.7%
G = 32.34%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 98 76 61 -
CMYK 0 0.22 0.38 0.62
HSL 24.32º 0.23% 0.31% -
HSV(B) 24.32º 0.38% 0.38% -
XYZ 8.46 8.1 5.53 -
YUV 80.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 98 76 61 0 0.22 0.38 0.62 24.32 0.23 0.31
Hex 62 4C 3D 0 16 26 3E 18 17 1F
Octal 142 114 75 0 26 46 76 30 27 37
Binary 1100010 1001100 111101 0 10110 100110 111110 11000 10111 11111

Color Harmonies of #624C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624C3D

Black with #624C3D

Text Example


Text Example

White with #624C3D

Text Example


Text Example

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