Html Css Color HEX #649271 Oxley

📋 copy color: '#649271'

red 100 ◦ green 146 ◦ blue 113

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

Shades of Oxley #649271

Tints of Oxley #649271

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 value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#649271 (or 0x649271) is known color: 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

RGB 100 146 113 -
CMYK 0.32 0 0.23 0.43
HSL 136.96º 0.19% 0.48% -
HSV(B) 136.96º 0.32% 0.57% -
XYZ 18.52 24.46 19.37 -
YUV 128.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 100 146 113 0.32 0 0.23 0.43 136.96 0.19 0.48
Hex 64 92 71 20 0 17 2B 89 13 30
Octal 144 222 161 40 0 27 53 211 23 60
Binary 1100100 10010010 1110001 100000 0 10111 101011 10001001 10011 110000

Color Harmonies of #649271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649271

Black with #649271

Text Example


Text Example

White with #649271

Text Example


Text Example

HTML Codes & Css Web 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>