#649E6C

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

Shades of Oxley #649E6C

Tints of Oxley #649E6C

Color information

#649E6C (or 0x649E6C) is unknown color: approx Oxley. HEX triplet: 64, 9E and 6C. RGB value is (100,158,108). Sum of RGB (Red+Green+Blue) = 100+158+108=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #649E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E6C is #9B6193. Grayscale: #878787. Windows color (decimal): -10183060 or 7118436. OLE color: 7118436.

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

Color convert

RGB100158108-
CMYK0.3700.320.38
HSL128.28º23.02%50.59%-
HSV(B)128.28º36.71%61.96%-
XYZ20.1928.2518.58-
YUV134.96112.78103.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=27.32%
G=43.17%
B=29.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581080.3700.320.38128.2823.0250.59
Hex649E6C2502026801733
Octal14423615445040462002763
Binary110010010011110110110010010101000001001101000000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649E6C; }

 p { color: rgb(100,158,108); }

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

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

 a { background-color: rgb(100,158,108); }

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

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

 span { border-color: rgb(100,158,108); }

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