Html Css Color HEX #649373 Oxley

📋 copy color: '#649373'

red 100 ◦ green 147 ◦ blue 115

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

Shades of Oxley #649373

Tints of Oxley #649373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 27.62%
G = 40.61%
B = 31.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#649373 (or 0x649373) is known color: Oxley. HEX triplet: 64, 93 and 73. RGB value is (100,147,115). Sum of RGB (Red+Green+Blue) = 100+147+115=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #649373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649373 is #9B6C8C. Grayscale: #818181. Windows color (decimal): -10185869 or 7574372. OLE color: 7574372.

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

Color convert

RGB 100 147 115 -
CMYK 0.32 0 0.22 0.42
HSL 139.15º 0.19% 0.48% -
HSV(B) 139.15º 0.32% 0.58% -
XYZ 18.78 24.81 20.02 -
YUV 129.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 100 147 115 0.32 0 0.22 0.42 139.15 0.19 0.48
Hex 64 93 73 20 0 16 2A 8B 13 30
Octal 144 223 163 40 0 26 52 213 23 60
Binary 1100100 10010011 1110011 100000 0 10110 101010 10001011 10011 110000

Color Harmonies of #649373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649373

Black with #649373

Text Example


Text Example

White with #649373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649373; }

 p { color: rgb(100,147,115); }

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

background-color css

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

 a { background-color: rgb(100,147,115); }

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

border-color css

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

 span { border-color: rgb(100,147,115); }

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