#649271

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

Shades of Oxley #649271

Tints of Oxley #649271

Color information

#649271 (or 0x649271) is unknown color: approx Oxley. HEX triplet: 64, 92 and 71. RGB value is (100,146,113). Sum of RGB (Red+Green+Blue) = 100+146+113=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #649271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649271 is #9B6D8E. Grayscale: #808080. Windows color (decimal): -10186127 or 7443044. OLE color: 7443044.

HSL color Cylindrical-coordinate representation of color #649271: hue angle of 136.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649271 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB100146113-
CMYK0.3200.230.43
HSL136.96º18.7%48.24%-
HSV(B)136.96º31.51%57.25%-
XYZ18.5224.4619.37-
YUV128.48119.26107.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=27.86%
G=40.67%
B=31.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461130.3200.230.43136.9618.748.24
Hex649271200172B891330
Octal14422216140027532112360
Binary11001001001001011100011000000101111010111000100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649271; }

 p { color: rgb(100,146,113); }

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

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

 a { background-color: rgb(100,146,113); }

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

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

 span { border-color: rgb(100,146,113); }

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