Html Css Color HEX #649071 Oxley

📋 copy color: '#649071'

red 100 ◦ green 144 ◦ blue 113

#649071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #649071

Tints of Oxley #649071

RGB

 RED value IS 100 (39.45% from 255) = 28.01%

 GREEN value IS 144 (56.64% from 255) = 40.34%

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 28.01%
G = 40.34%
B = 31.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#649071 (or 0x649071) is known color: Oxley. HEX triplet: 64, 90 and 71. RGB value is (100,144,113). Sum of RGB (Red+Green+Blue) = 100+144+113=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #649071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649071 is #9B6F8E. Grayscale: #7F7F7F. Windows color (decimal): -10186639 or 7442532. OLE color: 7442532.

HSL color Cylindrical-coordinate representation of color #649071: hue angle of 137.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649071 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 113 -
CMYK 0.31 0 0.22 0.44
HSL 137.73º 0.18% 0.48% -
HSV(B) 137.73º 0.31% 0.56% -
XYZ 18.21 23.85 19.27 -
YUV 127.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 100 144 113 0.31 0 0.22 0.44 137.73 0.18 0.48
Hex 64 90 71 1F 0 16 2C 8A 12 30
Octal 144 220 161 37 0 26 54 212 22 60
Binary 1100100 10010000 1110001 11111 0 10110 101100 10001010 10010 110000

Color Harmonies of #649071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649071

Black with #649071

Text Example


Text Example

White with #649071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649071; }

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

 H1.HeaderClassName
 {
   color: #649071;
 }
 .AnyTagClassName
 {
   color: #649071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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