#614C3C

Color #614C3C Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #614C3C

Tints of Cork #614C3C

Color information

#614C3C (or 0x614C3C) is unknown color: approx Cork. HEX triplet: 61, 4C and 3C. RGB value is (97,76,60). Sum of RGB (Red+Green+Blue) = 97+76+60=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #614C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C3C is #9EB3C3. Grayscale: #505050. Windows color (decimal): -10400708 or 3951713. OLE color: 3951713.

HSL color Cylindrical-coordinate representation of color #614C3C: hue angle of 25.95º degrees, saturation: 0.24, 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 #614C3C is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB977660-
CMYK00.220.380.62
HSL25.95º23.57%30.78%-
HSV(B)25.95º38.14%38.04%-
XYZ8.338.045.39-
YUV80.46116.46139.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=41.63%
G=32.62%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97766000.220.380.6225.9523.5730.78
Hex614C3C016263E1a181f
Octal141114740264676323037
Binary11000011001100111100010110100110111110110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #614C3C;
 }
 .AnyTagClassName
 {
   color: #614C3C;
 }
</style>
background-color css

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

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

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

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

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

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