Html Css Color HEX #648169 Laurel

📋 copy color: '#648169'

red 100 ◦ green 129 ◦ blue 105

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

Shades of Laurel #648169

Tints of Laurel #648169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 29.94%
G = 38.62%
B = 31.44%

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

#648169 (or 0x648169) is known color: Laurel. HEX triplet: 64, 81 and 69. RGB value is (100,129,105). Sum of RGB (Red+Green+Blue) = 100+129+105=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #648169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648169 is #9B7E96. Grayscale: #757575. Windows color (decimal): -10190487 or 6914404. OLE color: 6914404.

HSL color Cylindrical-coordinate representation of color #648169: hue angle of 130.34º 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 #648169 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 105 -
CMYK 0.22 0 0.19 0.49
HSL 130.34º 0.13% 0.45% -
HSV(B) 130.34º 0.22% 0.51% -
XYZ 15.66 19.43 16.29 -
YUV 117.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 100 129 105 0.22 0 0.19 0.49 130.34 0.13 0.45
Hex 64 81 69 16 0 13 31 82 D 2D
Octal 144 201 151 26 0 23 61 202 15 55
Binary 1100100 10000001 1101001 10110 0 10011 110001 10000010 1101 101101

Color Harmonies of #648169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648169

Black with #648169

Text Example


Text Example

White with #648169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648169; }

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

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

background-color css

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

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

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

border-color css

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

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

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