Html Css Color HEX #649475 Oxley

📋 copy color: '#649475'

red 100 ◦ green 148 ◦ blue 117

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

Shades of Oxley #649475

Tints of Oxley #649475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 27.4%
G = 40.55%
B = 32.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#649475 (or 0x649475) is known color: Oxley. HEX triplet: 64, 94 and 75. RGB value is (100,148,117). Sum of RGB (Red+Green+Blue) = 100+148+117=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #649475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649475 is #9B6B8A. Grayscale: #828282. Windows color (decimal): -10185611 or 7705700. OLE color: 7705700.

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

Color convert

RGB 100 148 117 -
CMYK 0.32 0 0.21 0.42
HSL 141.25º 0.19% 0.49% -
HSV(B) 141.25º 0.32% 0.58% -
XYZ 19.06 25.17 20.68 -
YUV 130.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 100 148 117 0.32 0 0.21 0.42 141.25 0.19 0.49
Hex 64 94 75 20 0 15 2A 8D 13 31
Octal 144 224 165 40 0 25 52 215 23 61
Binary 1100100 10010100 1110101 100000 0 10101 101010 10001101 10011 110001

Color Harmonies of #649475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649475

Black with #649475

Text Example


Text Example

White with #649475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649475; }

 p { color: rgb(100,148,117); }

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

background-color css

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

 a { background-color: rgb(100,148,117); }

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

border-color css

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

 span { border-color: rgb(100,148,117); }

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