Html Css Color HEX #649269 Laurel

📋 copy color: '#649269'

red 100 ◦ green 146 ◦ blue 105

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

Shades of Laurel #649269

Tints of Laurel #649269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.6%

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

R = 28.49%
G = 41.6%
B = 29.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#649269 (or 0x649269) is known color: Laurel. HEX triplet: 64, 92 and 69. RGB value is (100,146,105). Sum of RGB (Red+Green+Blue) = 100+146+105=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #649269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649269 is #9B6D96. Grayscale: #7F7F7F. Windows color (decimal): -10186135 or 6918756. OLE color: 6918756.

HSL color Cylindrical-coordinate representation of color #649269: hue angle of 126.52º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649269 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 105 -
CMYK 0.32 0 0.28 0.43
HSL 126.52º 0.19% 0.48% -
HSV(B) 126.52º 0.32% 0.57% -
XYZ 18.08 24.29 17.1 -
YUV 127.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 100 146 105 0.32 0 0.28 0.43 126.52 0.19 0.48
Hex 64 92 69 20 0 1C 2B 7F 13 30
Octal 144 222 151 40 0 34 53 177 23 60
Binary 1100100 10010010 1101001 100000 0 11100 101011 1111111 10011 110000

Color Harmonies of #649269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649269

Black with #649269

Text Example


Text Example

White with #649269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649269; }

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

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

background-color css

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

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

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

border-color css

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

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

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