Html Css Color HEX #6D856B Laurel

📋 copy color: '#6D856B'

red 109 ◦ green 133 ◦ blue 107

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

Shades of Laurel #6D856B

Tints of Laurel #6D856B

RGB

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

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

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

R = 31.23%
G = 38.11%
B = 30.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#6D856B (or 0x6D856B) is known color: Laurel. HEX triplet: 6D, 85 and 6B. RGB value is (109,133,107). Sum of RGB (Red+Green+Blue) = 109+133+107=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #6D856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D856B is #927A94. Grayscale: #7A7A7A. Windows color (decimal): -9599637 or 7046509. OLE color: 7046509.

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

Color convert

RGB 109 133 107 -
CMYK 0.18 0 0.20 0.48
HSL 115.38º 0.11% 0.47% -
HSV(B) 115.38º 0.2% 0.52% -
XYZ 17.35 21.09 17.07 -
YUV 122.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 109 133 107 0.18 0 0.20 0.48 115.38 0.11 0.47
Hex 6D 85 6B 12 0 14 30 73 B 2F
Octal 155 205 153 22 0 24 60 163 13 57
Binary 1101101 10000101 1101011 10010 0 10100 110000 1110011 1011 101111

Color Harmonies of #6D856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D856B

Black with #6D856B

Text Example


Text Example

White with #6D856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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