Html Css Color HEX #649E6C Oxley

📋 copy color: '#649E6C'

red 100 ◦ green 158 ◦ blue 108

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

Shades of Oxley #649E6C

Tints of Oxley #649E6C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.17%

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 27.32%
G = 43.17%
B = 29.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#649E6C (or 0x649E6C) is known color: Oxley. HEX triplet: 64, 9E and 6C. RGB value is (100,158,108). Sum of RGB (Red+Green+Blue) = 100+158+108=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #649E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E6C is #9B6193. Grayscale: #878787. Windows color (decimal): -10183060 or 7118436. OLE color: 7118436.

HSL color Cylindrical-coordinate representation of color #649E6C: hue angle of 128.28º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E6C is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 158 108 -
CMYK 0.37 0 0.32 0.38
HSL 128.28º 0.23% 0.51% -
HSV(B) 128.28º 0.37% 0.62% -
XYZ 20.19 28.25 18.58 -
YUV 134.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 100 158 108 0.37 0 0.32 0.38 128.28 0.23 0.51
Hex 64 9E 6C 25 0 20 26 80 17 33
Octal 144 236 154 45 0 40 46 200 27 63
Binary 1100100 10011110 1101100 100101 0 100000 100110 10000000 10111 110011

Color Harmonies of #649E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649E6C

Black with #649E6C

Text Example


Text Example

White with #649E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649E6C; }

 p { color: rgb(100,158,108); }

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

background-color css

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

 a { background-color: rgb(100,158,108); }

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

border-color css

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

 span { border-color: rgb(100,158,108); }

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