Html Css Color HEX #649574 Oxley

📋 copy color: '#649574'

red 100 ◦ green 149 ◦ blue 116

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

Shades of Oxley #649574

Tints of Oxley #649574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 27.4%
G = 40.82%
B = 31.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#649574 (or 0x649574) is known color: Oxley. HEX triplet: 64, 95 and 74. RGB value is (100,149,116). Sum of RGB (Red+Green+Blue) = 100+149+116=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #649574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649574 is #9B6A8B. Grayscale: #828282. Windows color (decimal): -10185356 or 7640420. OLE color: 7640420.

HSL color Cylindrical-coordinate representation of color #649574: hue angle of 139.59º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649574 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 116 -
CMYK 0.33 0 0.22 0.42
HSL 139.59º 0.2% 0.49% -
HSV(B) 139.59º 0.33% 0.58% -
XYZ 19.16 25.47 20.43 -
YUV 130.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 100 149 116 0.33 0 0.22 0.42 139.59 0.2 0.49
Hex 64 95 74 21 0 16 2A 8C 14 31
Octal 144 225 164 41 0 26 52 214 24 61
Binary 1100100 10010101 1110100 100001 0 10110 101010 10001100 10100 110001

Color Harmonies of #649574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649574

Black with #649574

Text Example


Text Example

White with #649574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649574; }

 p { color: rgb(100,149,116); }

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

background-color css

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

 a { background-color: rgb(100,149,116); }

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

border-color css

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

 span { border-color: rgb(100,149,116); }

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