#618381

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

Shades of Breaker Bay #618381

Tints of Breaker Bay #618381

Color information

#618381 (or 0x618381) is unknown color: approx Breaker Bay. HEX triplet: 61, 83 and 81. RGB value is (97,131,129). Sum of RGB (Red+Green+Blue) = 97+131+129=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #618381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618381 is #9E7C7E. Grayscale: #787878. Windows color (decimal): -10386559 or 8487777. OLE color: 8487777.

HSL color Cylindrical-coordinate representation of color #618381: hue angle of 176.47º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #618381 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB97131129-
CMYK0.2600.020.49
HSL176.47º14.91%44.71%-
HSV(B)176.47º25.95%51.37%-
XYZ17.0120.3623.8-
YUV120.61132.74111.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=27.17%
G=36.69%
B=36.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311290.2600.020.49176.4714.9144.71
Hex6183811A0231b0f2d
Octal1412032013202612601755
Binary1100001100000111000000111010010110001101100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618381; }

 p { color: rgb(97,131,129); }

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

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

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

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

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

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

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