Html Css Color HEX #624C3C Cork

📋 copy color: '#624C3C'

red 98 ◦ green 76 ◦ blue 60

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

Shades of Cork #624C3C

Tints of Cork #624C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.64%

R = 41.88%
G = 32.48%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#624C3C (or 0x624C3C) is known color: Cork. HEX triplet: 62, 4C and 3C. RGB value is (98,76,60). Sum of RGB (Red+Green+Blue) = 98+76+60=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #624C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C3C is #9DB3C3. Grayscale: #505050. Windows color (decimal): -10335172 or 3951714. OLE color: 3951714.

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

Color convert

RGB 98 76 60 -
CMYK 0 0.22 0.39 0.62
HSL 25.26º 0.24% 0.31% -
HSV(B) 25.26º 0.39% 0.38% -
XYZ 8.44 8.09 5.39 -
YUV 80.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 98 76 60 0 0.22 0.39 0.62 25.26 0.24 0.31
Hex 62 4C 3C 0 16 27 3E 19 18 1F
Octal 142 114 74 0 26 47 76 31 30 37
Binary 1100010 1001100 111100 0 10110 100111 111110 11001 11000 11111

Color Harmonies of #624C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624C3C

Black with #624C3C

Text Example


Text Example

White with #624C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,76,60); }

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

background-color css

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

 a { background-color: rgb(98,76,60); }

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

border-color css

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

 span { border-color: rgb(98,76,60); }

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