Html Css Color HEX #64896B Laurel

📋 copy color: '#64896B'

red 100 ◦ green 137 ◦ blue 107

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

Shades of Laurel #64896B

Tints of Laurel #64896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 29.07%
G = 39.83%
B = 31.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#64896B (or 0x64896B) is known color: Laurel. HEX triplet: 64, 89 and 6B. RGB value is (100,137,107). Sum of RGB (Red+Green+Blue) = 100+137+107=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #64896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64896B is #9B7694. Grayscale: #7A7A7A. Windows color (decimal): -10188437 or 7047524. OLE color: 7047524.

HSL color Cylindrical-coordinate representation of color #64896B: hue angle of 131.35º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64896B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 107 -
CMYK 0.27 0 0.22 0.46
HSL 131.35º 0.16% 0.46% -
HSV(B) 131.35º 0.27% 0.54% -
XYZ 16.86 21.66 17.2 -
YUV 122.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 100 137 107 0.27 0 0.22 0.46 131.35 0.16 0.46
Hex 64 89 6B 1B 0 16 2E 83 10 2E
Octal 144 211 153 33 0 26 56 203 20 56
Binary 1100100 10001001 1101011 11011 0 10110 101110 10000011 10000 101110

Color Harmonies of #64896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64896B

Black with #64896B

Text Example


Text Example

White with #64896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64896B; }

 p { color: rgb(100,137,107); }

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

background-color css

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

 a { background-color: rgb(100,137,107); }

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

border-color css

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

 span { border-color: rgb(100,137,107); }

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