#605044

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

Shades of Cork #605044

Tints of Cork #605044

Color information

#605044 (or 0x605044) is unknown color: approx Cork. HEX triplet: 60, 50 and 44. RGB value is (96,80,68). Sum of RGB (Red+Green+Blue) = 96+80+68=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #605044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605044 is #9FAFBB. Grayscale: #535353. Windows color (decimal): -10465212 or 4477024. OLE color: 4477024.

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

Color convert

RGB968068-
CMYK00.170.290.62
HSL25.71º17.07%32.16%-
HSV(B)25.71º29.17%37.65%-
XYZ8.748.646.68-
YUV83.42119.3136.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 68 (26.95% from 255) = 27.87%
R=39.34%
G=32.79%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96806800.170.290.6225.7117.0732.16
Hex6050440111D3E1a1120
Octal1401201040213576322140
Binary110000010100001000100010001111011111101101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605044; }

 p { color: rgb(96,80,68); }

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

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

 a { background-color: rgb(96,80,68); }

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

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

 span { border-color: rgb(96,80,68); }

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