Html Css Color HEX #648466 Laurel

📋 copy color: '#648466'

red 100 ◦ green 132 ◦ blue 102

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

Shades of Laurel #648466

Tints of Laurel #648466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

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

R = 29.94%
G = 39.52%
B = 30.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#648466 (or 0x648466) is known color: Laurel. HEX triplet: 64, 84 and 66. RGB value is (100,132,102). Sum of RGB (Red+Green+Blue) = 100+132+102=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #648466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648466 is #9B7B99. Grayscale: #777777. Windows color (decimal): -10189722 or 6718564. OLE color: 6718564.

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

Color convert

RGB 100 132 102 -
CMYK 0.24 0 0.23 0.48
HSL 123.75º 0.14% 0.45% -
HSV(B) 123.75º 0.24% 0.52% -
XYZ 15.91 20.17 15.63 -
YUV 119.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 100 132 102 0.24 0 0.23 0.48 123.75 0.14 0.45
Hex 64 84 66 18 0 17 30 7C E 2D
Octal 144 204 146 30 0 27 60 174 16 55
Binary 1100100 10000100 1100110 11000 0 10111 110000 1111100 1110 101101

Color Harmonies of #648466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648466

Black with #648466

Text Example


Text Example

White with #648466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648466; }

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

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

background-color css

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

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

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

border-color css

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

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

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