Html Css Color HEX #648469 Laurel

📋 copy color: '#648469'

red 100 ◦ green 132 ◦ blue 105

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

Shades of Laurel #648469

Tints of Laurel #648469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

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

R = 29.67%
G = 39.17%
B = 31.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#648469 (or 0x648469) is known color: Laurel. HEX triplet: 64, 84 and 69. RGB value is (100,132,105). Sum of RGB (Red+Green+Blue) = 100+132+105=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #648469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648469 is #9B7B96. Grayscale: #777777. Windows color (decimal): -10189719 or 6915172. OLE color: 6915172.

HSL color Cylindrical-coordinate representation of color #648469: hue angle of 129.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648469 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 105 -
CMYK 0.24 0 0.20 0.48
HSL 129.38º 0.14% 0.45% -
HSV(B) 129.38º 0.24% 0.52% -
XYZ 16.06 20.23 16.42 -
YUV 119.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 100 132 105 0.24 0 0.20 0.48 129.38 0.14 0.45
Hex 64 84 69 18 0 14 30 81 E 2D
Octal 144 204 151 30 0 24 60 201 16 55
Binary 1100100 10000100 1101001 11000 0 10100 110000 10000001 1110 101101

Color Harmonies of #648469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648469

Black with #648469

Text Example


Text Example

White with #648469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648469; }

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

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

background-color css

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

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

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

border-color css

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

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

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