Html Css Color HEX #649C6C Oxley

📋 copy color: '#649C6C'

red 100 ◦ green 156 ◦ blue 108

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

Shades of Oxley #649C6C

Tints of Oxley #649C6C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.86%

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

R = 27.47%
G = 42.86%
B = 29.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#649C6C (or 0x649C6C) is known color: Oxley. HEX triplet: 64, 9C and 6C. RGB value is (100,156,108). Sum of RGB (Red+Green+Blue) = 100+156+108=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #649C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C6C is #9B6393. Grayscale: #858585. Windows color (decimal): -10183572 or 7117924. OLE color: 7117924.

HSL color Cylindrical-coordinate representation of color #649C6C: hue angle of 128.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C6C is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 156 108 -
CMYK 0.36 0 0.31 0.39
HSL 128.57º 0.22% 0.5% -
HSV(B) 128.57º 0.36% 0.61% -
XYZ 19.85 27.57 18.46 -
YUV 133.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 100 156 108 0.36 0 0.31 0.39 128.57 0.22 0.5
Hex 64 9C 6C 24 0 1F 27 81 16 32
Octal 144 234 154 44 0 37 47 201 26 62
Binary 1100100 10011100 1101100 100100 0 11111 100111 10000001 10110 110010

Color Harmonies of #649C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649C6C

Black with #649C6C

Text Example


Text Example

White with #649C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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