#096351

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

Shades of Watercourse #096351

Tints of Watercourse #096351

Color information

#096351 (or 0x096351) is unknown color: approx Watercourse. HEX triplet: 09, 63 and 51. RGB value is (9,99,81). Sum of RGB (Red+Green+Blue) = 9+99+81=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #096351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096351 is #F69CAE. Grayscale: #464646. Windows color (decimal): -16161967 or 5333769. OLE color: 5333769.

HSL color Cylindrical-coordinate representation of color #096351: hue angle of 168º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096351 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB99981-
CMYK0.9100.180.61
HSL168º83.33%21.18%-
HSV(B)168º90.91%38.82%-
XYZ6.069.589.31-
YUV70.04134.1884.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 81 (32.03% from 255) = 42.86%
R=4.76%
G=52.38%
B=42.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999810.9100.180.6116883.3321.18
Hex963515B0123Da85315
Octal111431211330227525012325
Binary100111000111010001101101101001011110110101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096351; }

 p { color: rgb(9,99,81); }

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

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

 a { background-color: rgb(9,99,81); }

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

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

 span { border-color: rgb(9,99,81); }

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