#614B3D

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

Shades of Cork #614B3D

Tints of Cork #614B3D

Color information

#614B3D (or 0x614B3D) is unknown color: approx Cork. HEX triplet: 61, 4B and 3D. RGB value is (97,75,61). Sum of RGB (Red+Green+Blue) = 97+75+61=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #614B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B3D is #9EB4C2. Grayscale: #505050. Windows color (decimal): -10400963 or 4016993. OLE color: 4016993.

HSL color Cylindrical-coordinate representation of color #614B3D: hue angle of 23.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #614B3D is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB977561-
CMYK00.230.370.62
HSL23.33º22.78%30.98%-
HSV(B)23.33º37.11%38.04%-
XYZ8.297.915.5-
YUV79.98117.29140.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=41.63%
G=32.19%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97756100.230.370.6223.3322.7830.98
Hex614B3D017253E17171f
Octal141113750274576272737
Binary11000011001011111101010111100101111110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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