Html Css Color HEX #6A846F Laurel

📋 copy color: '#6A846F'

red 106 ◦ green 132 ◦ blue 111

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

Shades of Laurel #6A846F

Tints of Laurel #6A846F

RGB

 RED value IS 106 (41.8% from 255) = 30.37%

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 30.37%
G = 37.82%
B = 31.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#6A846F (or 0x6A846F) is known color: Laurel. HEX triplet: 6A, 84 and 6F. RGB value is (106,132,111). Sum of RGB (Red+Green+Blue) = 106+132+111=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #6A846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A846F is #957B90. Grayscale: #797979. Windows color (decimal): -9796497 or 7308394. OLE color: 7308394.

HSL color Cylindrical-coordinate representation of color #6A846F: hue angle of 131.54º 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 #6A846F is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 132 111 -
CMYK 0.20 0 0.16 0.48
HSL 131.54º 0.11% 0.47% -
HSV(B) 131.54º 0.2% 0.52% -
XYZ 17.06 20.71 18.14 -
YUV 121.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 106 132 111 0.20 0 0.16 0.48 131.54 0.11 0.47
Hex 6A 84 6F 14 0 10 30 84 B 2F
Octal 152 204 157 24 0 20 60 204 13 57
Binary 1101010 10000100 1101111 10100 0 10000 110000 10000100 1011 101111

Color Harmonies of #6A846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A846F

Black with #6A846F

Text Example


Text Example

White with #6A846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,132,111); }

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

background-color css

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

 a { background-color: rgb(106,132,111); }

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

border-color css

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

 span { border-color: rgb(106,132,111); }

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