Html Css Color HEX #649667 Laurel

📋 copy color: '#649667'

red 100 ◦ green 150 ◦ blue 103

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

Shades of Laurel #649667

Tints of Laurel #649667

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

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

R = 28.33%
G = 42.49%
B = 29.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#649667 (or 0x649667) is known color: Laurel. HEX triplet: 64, 96 and 67. RGB value is (100,150,103). Sum of RGB (Red+Green+Blue) = 100+150+103=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #649667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649667 is #9B6998. Grayscale: #818181. Windows color (decimal): -10185113 or 6788708. OLE color: 6788708.

HSL color Cylindrical-coordinate representation of color #649667: hue angle of 123.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649667 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 103 -
CMYK 0.33 0 0.31 0.41
HSL 123.6º 0.2% 0.49% -
HSV(B) 123.6º 0.33% 0.59% -
XYZ 18.61 25.5 16.77 -
YUV 129.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 100 150 103 0.33 0 0.31 0.41 123.6 0.2 0.49
Hex 64 96 67 21 0 1F 29 7C 14 31
Octal 144 226 147 41 0 37 51 174 24 61
Binary 1100100 10010110 1100111 100001 0 11111 101001 1111100 10100 110001

Color Harmonies of #649667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649667

Black with #649667

Text Example


Text Example

White with #649667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649667; }

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

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

background-color css

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

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

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

border-color css

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

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

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