Html Css Color HEX #649272 Oxley

📋 copy color: '#649272'

red 100 ◦ green 146 ◦ blue 114

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

Shades of Oxley #649272

Tints of Oxley #649272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 27.78%
G = 40.56%
B = 31.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#649272 (or 0x649272) is known color: Oxley. HEX triplet: 64, 92 and 72. RGB value is (100,146,114). Sum of RGB (Red+Green+Blue) = 100+146+114=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #649272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649272 is #9B6D8D. Grayscale: #808080. Windows color (decimal): -10186126 or 7508580. OLE color: 7508580.

HSL color Cylindrical-coordinate representation of color #649272: hue angle of 138.26º 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 #649272 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 114 -
CMYK 0.32 0 0.22 0.43
HSL 138.26º 0.19% 0.48% -
HSV(B) 138.26º 0.32% 0.57% -
XYZ 18.57 24.48 19.67 -
YUV 128.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 100 146 114 0.32 0 0.22 0.43 138.26 0.19 0.48
Hex 64 92 72 20 0 16 2B 8A 13 30
Octal 144 222 162 40 0 26 53 212 23 60
Binary 1100100 10010010 1110010 100000 0 10110 101011 10001010 10011 110000

Color Harmonies of #649272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649272

Black with #649272

Text Example


Text Example

White with #649272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649272; }

 p { color: rgb(100,146,114); }

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

background-color css

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

 a { background-color: rgb(100,146,114); }

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

border-color css

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

 span { border-color: rgb(100,146,114); }

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