Html Css Color HEX #649067 Laurel

📋 copy color: '#649067'

red 100 ◦ green 144 ◦ blue 103

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

Shades of Laurel #649067

Tints of Laurel #649067

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

 BLUE value IS 103 (40.63% from 255) = 29.68%

R = 28.82%
G = 41.5%
B = 29.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#649067 (or 0x649067) is known color: Laurel. HEX triplet: 64, 90 and 67. RGB value is (100,144,103). Sum of RGB (Red+Green+Blue) = 100+144+103=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #649067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649067 is #9B6F98. Grayscale: #7E7E7E. Windows color (decimal): -10186649 or 6787172. OLE color: 6787172.

HSL color Cylindrical-coordinate representation of color #649067: hue angle of 124.09º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649067 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 103 -
CMYK 0.31 0 0.28 0.44
HSL 124.09º 0.18% 0.48% -
HSV(B) 124.09º 0.31% 0.56% -
XYZ 17.68 23.64 16.46 -
YUV 126.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 100 144 103 0.31 0 0.28 0.44 124.09 0.18 0.48
Hex 64 90 67 1F 0 1C 2C 7C 12 30
Octal 144 220 147 37 0 34 54 174 22 60
Binary 1100100 10010000 1100111 11111 0 11100 101100 1111100 10010 110000

Color Harmonies of #649067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649067

Black with #649067

Text Example


Text Example

White with #649067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649067; }

 p { color: rgb(100,144,103); }

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

background-color css

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

 a { background-color: rgb(100,144,103); }

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

border-color css

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

 span { border-color: rgb(100,144,103); }

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