Html Css Color HEX #6D8571 Laurel

📋 copy color: '#6D8571'

red 109 ◦ green 133 ◦ blue 113

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

Shades of Laurel #6D8571

Tints of Laurel #6D8571

RGB

 RED value IS 109 (42.97% from 255) = 30.7%

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 30.7%
G = 37.46%
B = 31.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#6D8571 (or 0x6D8571) is known color: Laurel. HEX triplet: 6D, 85 and 71. RGB value is (109,133,113). Sum of RGB (Red+Green+Blue) = 109+133+113=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8571 is #927A8E. Grayscale: #7B7B7B. Windows color (decimal): -9599631 or 7439725. OLE color: 7439725.

HSL color Cylindrical-coordinate representation of color #6D8571: hue angle of 130º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D8571 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 133 113 -
CMYK 0.18 0 0.15 0.48
HSL 130º 0.1% 0.47% -
HSV(B) 130º 0.18% 0.52% -
XYZ 17.67 21.22 18.79 -
YUV 123.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 109 133 113 0.18 0 0.15 0.48 130 0.1 0.47
Hex 6D 85 71 12 0 F 30 82 A 2F
Octal 155 205 161 22 0 17 60 202 12 57
Binary 1101101 10000101 1110001 10010 0 1111 110000 10000010 1010 101111

Color Harmonies of #6D8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8571

Black with #6D8571

Text Example


Text Example

White with #6D8571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D8571; }

 p { color: rgb(109,133,113); }

 H1.HeaderClassName
 {
   color: #6D8571;
 }
 .AnyTagClassName
 {
   color: #6D8571;
 }
</style>

background-color css

<style>
 a { background-color: #6D8571; }

 a { background-color: rgb(109,133,113); }

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

border-color css

<style>
 span { border-color: #6D8571; }

 span { border-color: rgb(109,133,113); }

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