Html Css Color HEX #64846B Laurel

📋 copy color: '#64846B'

red 100 ◦ green 132 ◦ blue 107

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

Shades of Laurel #64846B

Tints of Laurel #64846B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.94%

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

R = 29.5%
G = 38.94%
B = 31.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#64846B (or 0x64846B) is known color: Laurel. HEX triplet: 64, 84 and 6B. RGB value is (100,132,107). Sum of RGB (Red+Green+Blue) = 100+132+107=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #64846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64846B is #9B7B94. Grayscale: #777777. Windows color (decimal): -10189717 or 7046244. OLE color: 7046244.

HSL color Cylindrical-coordinate representation of color #64846B: hue angle of 133.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64846B is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 107 -
CMYK 0.24 0 0.19 0.48
HSL 133.13º 0.14% 0.45% -
HSV(B) 133.13º 0.24% 0.52% -
XYZ 16.16 20.27 16.97 -
YUV 119.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 100 132 107 0.24 0 0.19 0.48 133.13 0.14 0.45
Hex 64 84 6B 18 0 13 30 85 E 2D
Octal 144 204 153 30 0 23 60 205 16 55
Binary 1100100 10000100 1101011 11000 0 10011 110000 10000101 1110 101101

Color Harmonies of #64846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64846B

Black with #64846B

Text Example


Text Example

White with #64846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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