Html Css Color HEX #648168 Laurel

📋 copy color: '#648168'

red 100 ◦ green 129 ◦ blue 104

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

Shades of Laurel #648168

Tints of Laurel #648168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 30.03%
G = 38.74%
B = 31.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#648168 (or 0x648168) is known color: Laurel. HEX triplet: 64, 81 and 68. RGB value is (100,129,104). Sum of RGB (Red+Green+Blue) = 100+129+104=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #648168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648168 is #9B7E97. Grayscale: #757575. Windows color (decimal): -10190488 or 6848868. OLE color: 6848868.

HSL color Cylindrical-coordinate representation of color #648168: hue angle of 128.28º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648168 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 104 -
CMYK 0.22 0 0.19 0.49
HSL 128.28º 0.13% 0.45% -
HSV(B) 128.28º 0.22% 0.51% -
XYZ 15.6 19.41 16.02 -
YUV 117.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 100 129 104 0.22 0 0.19 0.49 128.28 0.13 0.45
Hex 64 81 68 16 0 13 31 80 D 2D
Octal 144 201 150 26 0 23 61 200 15 55
Binary 1100100 10000001 1101000 10110 0 10011 110001 10000000 1101 101101

Color Harmonies of #648168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648168

Black with #648168

Text Example


Text Example

White with #648168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648168; }

 p { color: rgb(100,129,104); }

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

background-color css

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

 a { background-color: rgb(100,129,104); }

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

border-color css

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

 span { border-color: rgb(100,129,104); }

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