#614B3C

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

Shades of Cork #614B3C

Tints of Cork #614B3C

Color information

#614B3C (or 0x614B3C) is unknown color: approx Cork. HEX triplet: 61, 4B and 3C. RGB value is (97,75,60). Sum of RGB (Red+Green+Blue) = 97+75+60=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B3C is #9EB4C3. Grayscale: #4F4F4F. Windows color (decimal): -10400964 or 3951457. OLE color: 3951457.

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

Color convert

RGB977560-
CMYK00.230.380.62
HSL24.32º23.57%30.78%-
HSV(B)24.32º38.14%38.04%-
XYZ8.267.95.36-
YUV79.87116.79140.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=41.81%
G=32.33%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97756000.230.380.6224.3223.5730.78
Hex614B3C017263E18181f
Octal141113740274676303037
Binary11000011001011111100010111100110111110110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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