#618585

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

Shades of Half Baked #618585

Tints of Half Baked #618585

Color information

#618585 (or 0x618585) is unknown color: approx Half Baked. HEX triplet: 61, 85 and 85. RGB value is (97,133,133). Sum of RGB (Red+Green+Blue) = 97+133+133=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #618585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618585 is #9E7A7A. Grayscale: #7A7A7A. Windows color (decimal): -10386043 or 8750433. OLE color: 8750433.

HSL color Cylindrical-coordinate representation of color #618585: hue angle of 180º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618585 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB97133133-
CMYK0.27000.48
HSL180º15.65%45.1%-
HSV(B)180º27.07%52.16%-
XYZ17.5521.0125.32-
YUV122.24134.07110-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=26.72%
G=36.64%
B=36.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971331330.27000.4818015.6545.1
Hex6185851B0030b4102d
Octal1412052053300602642055
Binary1100001100001011000010111011001100001011010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618585; }

 p { color: rgb(97,133,133); }

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

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

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

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

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

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

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