Html Css Color HEX #648067 Laurel

📋 copy color: '#648067'

red 100 ◦ green 128 ◦ blue 103

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

Shades of Laurel #648067

Tints of Laurel #648067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 30.21%
G = 38.67%
B = 31.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#648067 (or 0x648067) is known color: Laurel. HEX triplet: 64, 80 and 67. RGB value is (100,128,103). Sum of RGB (Red+Green+Blue) = 100+128+103=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 128 - color contains mainly: green. Hex color #648067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648067 is #9B7F98. Grayscale: #747474. Windows color (decimal): -10190745 or 6783076. OLE color: 6783076.

HSL color Cylindrical-coordinate representation of color #648067: hue angle of 126.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648067 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 128 103 -
CMYK 0.22 0 0.20 0.50
HSL 126.43º 0.12% 0.45% -
HSV(B) 126.43º 0.22% 0.5% -
XYZ 15.42 19.13 15.71 -
YUV 116.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 100 128 103 0.22 0 0.20 0.50 126.43 0.12 0.45
Hex 64 80 67 16 0 14 32 7E C 2D
Octal 144 200 147 26 0 24 62 176 14 55
Binary 1100100 10000000 1100111 10110 0 10100 110010 1111110 1100 101101

Color Harmonies of #648067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648067

Black with #648067

Text Example


Text Example

White with #648067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648067; }

 p { color: rgb(100,128,103); }

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

background-color css

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

 a { background-color: rgb(100,128,103); }

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

border-color css

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

 span { border-color: rgb(100,128,103); }

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