Html Css Color HEX #648B69 Laurel

📋 copy color: '#648B69'

red 100 ◦ green 139 ◦ blue 105

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

Shades of Laurel #648B69

Tints of Laurel #648B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.41%

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

R = 29.07%
G = 40.41%
B = 30.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#648B69 (or 0x648B69) is known color: Laurel. HEX triplet: 64, 8B and 69. RGB value is (100,139,105). Sum of RGB (Red+Green+Blue) = 100+139+105=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #648B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B69 is #9B7496. Grayscale: #7B7B7B. Windows color (decimal): -10187927 or 6916964. OLE color: 6916964.

HSL color Cylindrical-coordinate representation of color #648B69: hue angle of 127.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648B69 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 105 -
CMYK 0.28 0 0.24 0.45
HSL 127.69º 0.16% 0.47% -
HSV(B) 127.69º 0.28% 0.55% -
XYZ 17.04 22.19 16.75 -
YUV 123.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 100 139 105 0.28 0 0.24 0.45 127.69 0.16 0.47
Hex 64 8B 69 1C 0 18 2D 80 10 2F
Octal 144 213 151 34 0 30 55 200 20 57
Binary 1100100 10001011 1101001 11100 0 11000 101101 10000000 10000 101111

Color Harmonies of #648B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B69

Black with #648B69

Text Example


Text Example

White with #648B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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