Html Css Color HEX #649C69 Laurel

📋 copy color: '#649C69'

red 100 ◦ green 156 ◦ blue 105

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

Shades of Laurel #649C69

Tints of Laurel #649C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.21%

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 27.7%
G = 43.21%
B = 29.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#649C69 (or 0x649C69) is known color: Laurel. HEX triplet: 64, 9C and 69. RGB value is (100,156,105). Sum of RGB (Red+Green+Blue) = 100+156+105=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #649C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C69 is #9B6396. Grayscale: #858585. Windows color (decimal): -10183575 or 6921316. OLE color: 6921316.

HSL color Cylindrical-coordinate representation of color #649C69: hue angle of 125.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C69 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 156 105 -
CMYK 0.36 0 0.33 0.39
HSL 125.36º 0.22% 0.5% -
HSV(B) 125.36º 0.36% 0.61% -
XYZ 19.69 27.51 17.64 -
YUV 133.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 100 156 105 0.36 0 0.33 0.39 125.36 0.22 0.5
Hex 64 9C 69 24 0 21 27 7D 16 32
Octal 144 234 151 44 0 41 47 175 26 62
Binary 1100100 10011100 1101001 100100 0 100001 100111 1111101 10110 110010

Color Harmonies of #649C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649C69

Black with #649C69

Text Example


Text Example

White with #649C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649C69; }

 p { color: rgb(100,156,105); }

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

background-color css

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

 a { background-color: rgb(100,156,105); }

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

border-color css

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

 span { border-color: rgb(100,156,105); }

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