Html Css Color HEX #648569 Laurel

📋 copy color: '#648569'

red 100 ◦ green 133 ◦ blue 105

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

Shades of Laurel #648569

Tints of Laurel #648569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

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

R = 29.59%
G = 39.35%
B = 31.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#648569 (or 0x648569) is known color: Laurel. HEX triplet: 64, 85 and 69. RGB value is (100,133,105). Sum of RGB (Red+Green+Blue) = 100+133+105=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #648569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648569 is #9B7A96. Grayscale: #787878. Windows color (decimal): -10189463 or 6915428. OLE color: 6915428.

HSL color Cylindrical-coordinate representation of color #648569: hue angle of 129.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648569 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 105 -
CMYK 0.25 0 0.21 0.48
HSL 129.09º 0.14% 0.46% -
HSV(B) 129.09º 0.25% 0.52% -
XYZ 16.19 20.5 16.47 -
YUV 119.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 100 133 105 0.25 0 0.21 0.48 129.09 0.14 0.46
Hex 64 85 69 19 0 15 30 81 E 2E
Octal 144 205 151 31 0 25 60 201 16 56
Binary 1100100 10000101 1101001 11001 0 10101 110000 10000001 1110 101110

Color Harmonies of #648569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648569

Black with #648569

Text Example


Text Example

White with #648569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648569; }

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

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

background-color css

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

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

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

border-color css

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

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

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