Html Css Color HEX #64856B Laurel

📋 copy color: '#64856B'

red 100 ◦ green 133 ◦ blue 107

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

Shades of Laurel #64856B

Tints of Laurel #64856B

RGB

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

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

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

R = 29.41%
G = 39.12%
B = 31.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#64856B (or 0x64856B) is known color: Laurel. HEX triplet: 64, 85 and 6B. RGB value is (100,133,107). Sum of RGB (Red+Green+Blue) = 100+133+107=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #64856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64856B is #9B7A94. Grayscale: #787878. Windows color (decimal): -10189461 or 7046500. OLE color: 7046500.

HSL color Cylindrical-coordinate representation of color #64856B: hue angle of 132.73º 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 #64856B is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 107 -
CMYK 0.25 0 0.20 0.48
HSL 132.73º 0.14% 0.46% -
HSV(B) 132.73º 0.25% 0.52% -
XYZ 16.3 20.55 17.02 -
YUV 120.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 100 133 107 0.25 0 0.20 0.48 132.73 0.14 0.46
Hex 64 85 6B 19 0 14 30 85 E 2E
Octal 144 205 153 31 0 24 60 205 16 56
Binary 1100100 10000101 1101011 11001 0 10100 110000 10000101 1110 101110

Color Harmonies of #64856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64856B

Black with #64856B

Text Example


Text Example

White with #64856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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