Html Css Color HEX #648A6B Laurel

📋 copy color: '#648A6B'

red 100 ◦ green 138 ◦ blue 107

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

Shades of Laurel #648A6B

Tints of Laurel #648A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 28.99%
G = 40%
B = 31.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#648A6B (or 0x648A6B) is known color: Laurel. HEX triplet: 64, 8A and 6B. RGB value is (100,138,107). Sum of RGB (Red+Green+Blue) = 100+138+107=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #648A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A6B is #9B7594. Grayscale: #7B7B7B. Windows color (decimal): -10188181 or 7047780. OLE color: 7047780.

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

Color convert

RGB 100 138 107 -
CMYK 0.28 0 0.22 0.46
HSL 131.05º 0.16% 0.47% -
HSV(B) 131.05º 0.28% 0.54% -
XYZ 17 21.95 17.25 -
YUV 123.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 100 138 107 0.28 0 0.22 0.46 131.05 0.16 0.47
Hex 64 8A 6B 1C 0 16 2E 83 10 2F
Octal 144 212 153 34 0 26 56 203 20 57
Binary 1100100 10001010 1101011 11100 0 10110 101110 10000011 10000 101111

Color Harmonies of #648A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A6B

Black with #648A6B

Text Example


Text Example

White with #648A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,138,107); }

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

background-color css

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

 a { background-color: rgb(100,138,107); }

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

border-color css

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

 span { border-color: rgb(100,138,107); }

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