Html Css Color HEX #647D68 Laurel

📋 copy color: '#647D68'

red 100 ◦ green 125 ◦ blue 104

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

Shades of Laurel #647D68

Tints of Laurel #647D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 30.4%
G = 37.99%
B = 31.61%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#647D68 (or 0x647D68) is known color: Laurel. HEX triplet: 64, 7D and 68. RGB value is (100,125,104). Sum of RGB (Red+Green+Blue) = 100+125+104=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #647D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D68 is #9B8297. Grayscale: #737373. Windows color (decimal): -10191512 or 6847844. OLE color: 6847844.

HSL color Cylindrical-coordinate representation of color #647D68: hue angle of 129.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #647D68 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 125 104 -
CMYK 0.2 0 0.17 0.51
HSL 129.6º 0.11% 0.44% -
HSV(B) 129.6º 0.2% 0.49% -
XYZ 15.09 18.38 15.85 -
YUV 115.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 100 125 104 0.2 0 0.17 0.51 129.6 0.11 0.44
Hex 64 7D 68 14 0 11 33 82 B 2C
Octal 144 175 150 24 0 21 63 202 13 54
Binary 1100100 1111101 1101000 10100 0 10001 110011 10000010 1011 101100

Color Harmonies of #647D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D68

Black with #647D68

Text Example


Text Example

White with #647D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647D68; }

 p { color: rgb(100,125,104); }

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

background-color css

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

 a { background-color: rgb(100,125,104); }

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

border-color css

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

 span { border-color: rgb(100,125,104); }

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