Html Css Color HEX #648566 Laurel

📋 copy color: '#648566'

red 100 ◦ green 133 ◦ blue 102

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

Shades of Laurel #648566

Tints of Laurel #648566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 29.85%
G = 39.7%
B = 30.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#648566 (or 0x648566) is known color: Laurel. HEX triplet: 64, 85 and 66. RGB value is (100,133,102). Sum of RGB (Red+Green+Blue) = 100+133+102=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #648566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648566 is #9B7A99. Grayscale: #777777. Windows color (decimal): -10189466 or 6718820. OLE color: 6718820.

HSL color Cylindrical-coordinate representation of color #648566: hue angle of 123.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648566 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 102 -
CMYK 0.25 0 0.23 0.48
HSL 123.64º 0.14% 0.46% -
HSV(B) 123.64º 0.25% 0.52% -
XYZ 16.04 20.44 15.67 -
YUV 119.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 100 133 102 0.25 0 0.23 0.48 123.64 0.14 0.46
Hex 64 85 66 19 0 17 30 7C E 2E
Octal 144 205 146 31 0 27 60 174 16 56
Binary 1100100 10000101 1100110 11001 0 10111 110000 1111100 1110 101110

Color Harmonies of #648566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648566

Black with #648566

Text Example


Text Example

White with #648566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648566; }

 p { color: rgb(100,133,102); }

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

background-color css

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

 a { background-color: rgb(100,133,102); }

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

border-color css

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

 span { border-color: rgb(100,133,102); }

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