#649B6C

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

Shades of Oxley #649B6C

Tints of Oxley #649B6C

Color information

#649B6C (or 0x649B6C) is unknown color: approx Oxley. HEX triplet: 64, 9B and 6C. RGB value is (100,155,108). Sum of RGB (Red+Green+Blue) = 100+155+108=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #649B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B6C is #9B6493. Grayscale: #858585. Windows color (decimal): -10183828 or 7117668. OLE color: 7117668.

HSL color Cylindrical-coordinate representation of color #649B6C: hue angle of 128.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B6C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB100155108-
CMYK0.3500.300.39
HSL128.73º21.57%50%-
HSV(B)128.73º35.48%60.78%-
XYZ19.6827.2318.41-
YUV133.2113.78104.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=27.55%
G=42.70%
B=29.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001551080.3500.300.39128.7321.5750
Hex649B6C2301E27811632
Octal14423315443036472012662
Binary11001001001101111011001000110111101001111000000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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