Html Css Color HEX #649569 Laurel

📋 copy color: '#649569'

red 100 ◦ green 149 ◦ blue 105

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

Shades of Laurel #649569

Tints of Laurel #649569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

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

R = 28.25%
G = 42.09%
B = 29.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#649569 (or 0x649569) is known color: Laurel. HEX triplet: 64, 95 and 69. RGB value is (100,149,105). Sum of RGB (Red+Green+Blue) = 100+149+105=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #649569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649569 is #9B6A96. Grayscale: #818181. Windows color (decimal): -10185367 or 6919524. OLE color: 6919524.

HSL color Cylindrical-coordinate representation of color #649569: hue angle of 126.12º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649569 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 105 -
CMYK 0.33 0 0.30 0.42
HSL 126.12º 0.2% 0.49% -
HSV(B) 126.12º 0.33% 0.58% -
XYZ 18.55 25.22 17.26 -
YUV 129.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 100 149 105 0.33 0 0.30 0.42 126.12 0.2 0.49
Hex 64 95 69 21 0 1E 2A 7E 14 31
Octal 144 225 151 41 0 36 52 176 24 61
Binary 1100100 10010101 1101001 100001 0 11110 101010 1111110 10100 110001

Color Harmonies of #649569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649569

Black with #649569

Text Example


Text Example

White with #649569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649569; }

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

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

background-color css

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

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

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

border-color css

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

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

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