Html Css Color HEX #648467 Laurel

📋 copy color: '#648467'

red 100 ◦ green 132 ◦ blue 103

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

Shades of Laurel #648467

Tints of Laurel #648467

RGB

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

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

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

R = 29.85%
G = 39.4%
B = 30.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#648467 (or 0x648467) is known color: Laurel. HEX triplet: 64, 84 and 67. RGB value is (100,132,103). Sum of RGB (Red+Green+Blue) = 100+132+103=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #648467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648467 is #9B7B98. Grayscale: #777777. Windows color (decimal): -10189721 or 6784100. OLE color: 6784100.

HSL color Cylindrical-coordinate representation of color #648467: hue angle of 125.62º 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 #648467 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 103 -
CMYK 0.24 0 0.22 0.48
HSL 125.63º 0.14% 0.45% -
HSV(B) 125.63º 0.24% 0.52% -
XYZ 15.95 20.19 15.89 -
YUV 119.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 100 132 103 0.24 0 0.22 0.48 125.63 0.14 0.45
Hex 64 84 67 18 0 16 30 7E E 2D
Octal 144 204 147 30 0 26 60 176 16 55
Binary 1100100 10000100 1100111 11000 0 10110 110000 1111110 1110 101101

Color Harmonies of #648467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648467

Black with #648467

Text Example


Text Example

White with #648467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648467; }

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

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

background-color css

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

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

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

border-color css

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

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

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