#609191

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

Shades of Half Baked #609191

Tints of Half Baked #609191

Color information

#609191 (or 0x609191) is unknown color: approx Half Baked. HEX triplet: 60, 91 and 91. RGB value is (96,145,145). Sum of RGB (Red+Green+Blue) = 96+145+145=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #609191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609191 is #9F6E6E. Grayscale: #828282. Windows color (decimal): -10448495 or 9539936. OLE color: 9539936.

HSL color Cylindrical-coordinate representation of color #609191: hue angle of 180º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609191 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96145145-
CMYK0.34000.43
HSL180º20.33%47.25%-
HSV(B)180º33.79%56.86%-
XYZ20.0624.7830.51-
YUV130.35136.27103.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 145 (57.03% from 255) = 37.56%
R=24.87%
G=37.56%
B=37.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961451450.34000.4318020.3347.25
Hex60919122002Bb4142f
Octal1402212214200532642457
Binary11000001001000110010001100010001010111011010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609191; }

 p { color: rgb(96,145,145); }

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

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

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

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

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

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

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