Html Css Color HEX #6B806F Laurel

📋 copy color: '#6B806F'

red 107 ◦ green 128 ◦ blue 111

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

Shades of Laurel #6B806F

Tints of Laurel #6B806F

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

 GREEN value IS 128 (50.39% from 255) = 36.99%

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

R = 30.92%
G = 36.99%
B = 32.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#6B806F (or 0x6B806F) is known color: Laurel. HEX triplet: 6B, 80 and 6F. RGB value is (107,128,111). Sum of RGB (Red+Green+Blue) = 107+128+111=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #6B806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B806F is #947F90. Grayscale: #777777. Windows color (decimal): -9731985 or 7307371. OLE color: 7307371.

HSL color Cylindrical-coordinate representation of color #6B806F: hue angle of 131.43º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B806F is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 128 111 -
CMYK 0.16 0 0.13 0.50
HSL 131.43º 0.09% 0.46% -
HSV(B) 131.43º 0.16% 0.5% -
XYZ 16.65 19.71 17.97 -
YUV 119.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 107 128 111 0.16 0 0.13 0.50 131.43 0.09 0.46
Hex 6B 80 6F 10 0 D 32 83 9 2E
Octal 153 200 157 20 0 15 62 203 11 56
Binary 1101011 10000000 1101111 10000 0 1101 110010 10000011 1001 101110

Color Harmonies of #6B806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B806F

Black with #6B806F

Text Example


Text Example

White with #6B806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,128,111); }

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

background-color css

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

 a { background-color: rgb(107,128,111); }

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

border-color css

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

 span { border-color: rgb(107,128,111); }

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