Html Css Color HEX #64826B Laurel

📋 copy color: '#64826B'

red 100 ◦ green 130 ◦ blue 107

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

Shades of Laurel #64826B

Tints of Laurel #64826B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

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

R = 29.67%
G = 38.58%
B = 31.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#64826B (or 0x64826B) is known color: Laurel. HEX triplet: 64, 82 and 6B. RGB value is (100,130,107). Sum of RGB (Red+Green+Blue) = 100+130+107=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #64826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64826B is #9B7D94. Grayscale: #767676. Windows color (decimal): -10190229 or 7045732. OLE color: 7045732.

HSL color Cylindrical-coordinate representation of color #64826B: hue angle of 134º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64826B is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 107 -
CMYK 0.23 0 0.18 0.49
HSL 134º 0.13% 0.45% -
HSV(B) 134º 0.23% 0.51% -
XYZ 15.89 19.74 16.88 -
YUV 118.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 100 130 107 0.23 0 0.18 0.49 134 0.13 0.45
Hex 64 82 6B 17 0 12 31 86 D 2D
Octal 144 202 153 27 0 22 61 206 15 55
Binary 1100100 10000010 1101011 10111 0 10010 110001 10000110 1101 101101

Color Harmonies of #64826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64826B

Black with #64826B

Text Example


Text Example

White with #64826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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