Html Css Color HEX #64856C Laurel

📋 copy color: '#64856C'

red 100 ◦ green 133 ◦ blue 108

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

Shades of Laurel #64856C

Tints of Laurel #64856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 29.33%
G = 39%
B = 31.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#64856C (or 0x64856C) is known color: Laurel. HEX triplet: 64, 85 and 6C. RGB value is (100,133,108). Sum of RGB (Red+Green+Blue) = 100+133+108=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #64856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64856C is #9B7A93. Grayscale: #787878. Windows color (decimal): -10189460 or 7112036. OLE color: 7112036.

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

Color convert

RGB 100 133 108 -
CMYK 0.25 0 0.19 0.48
HSL 134.55º 0.14% 0.46% -
HSV(B) 134.55º 0.25% 0.52% -
XYZ 16.35 20.57 17.3 -
YUV 120.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 100 133 108 0.25 0 0.19 0.48 134.55 0.14 0.46
Hex 64 85 6C 19 0 13 30 87 E 2E
Octal 144 205 154 31 0 23 60 207 16 56
Binary 1100100 10000101 1101100 11001 0 10011 110000 10000111 1110 101110

Color Harmonies of #64856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64856C

Black with #64856C

Text Example


Text Example

White with #64856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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