#615043

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

Shades of Cork #615043

Tints of Cork #615043

Color information

#615043 (or 0x615043) is unknown color: approx Cork. HEX triplet: 61, 50 and 43. RGB value is (97,80,67). Sum of RGB (Red+Green+Blue) = 97+80+67=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #615043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615043 is #9EAFBC. Grayscale: #535353. Windows color (decimal): -10399677 or 4411489. OLE color: 4411489.

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

Color convert

RGB978067-
CMYK00.180.310.62
HSL26º18.29%32.16%-
HSV(B)26º30.93%38.04%-
XYZ8.818.686.52-
YUV83.6118.63137.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 67 (26.56% from 255) = 27.46%
R=39.75%
G=32.79%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97806700.180.310.622618.2932.16
Hex6150430121F3E1a1220
Octal1411201030223776322240
Binary110000110100001000011010010111111111101101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615043; }

 p { color: rgb(97,80,67); }

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

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

 a { background-color: rgb(97,80,67); }

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

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

 span { border-color: rgb(97,80,67); }

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