Html Css Color HEX #6B886F Laurel

📋 copy color: '#6B886F'

red 107 ◦ green 136 ◦ blue 111

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

Shades of Laurel #6B886F

Tints of Laurel #6B886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.42%

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

R = 30.23%
G = 38.42%
B = 31.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#6B886F (or 0x6B886F) is known color: Laurel. HEX triplet: 6B, 88 and 6F. RGB value is (107,136,111). Sum of RGB (Red+Green+Blue) = 107+136+111=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #6B886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B886F is #947790. Grayscale: #7C7C7C. Windows color (decimal): -9729937 or 7309419. OLE color: 7309419.

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

Color convert

RGB 107 136 111 -
CMYK 0.21 0 0.18 0.47
HSL 128.28º 0.12% 0.48% -
HSV(B) 128.28º 0.21% 0.53% -
XYZ 17.74 21.88 18.33 -
YUV 124.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 107 136 111 0.21 0 0.18 0.47 128.28 0.12 0.48
Hex 6B 88 6F 15 0 12 2F 80 C 30
Octal 153 210 157 25 0 22 57 200 14 60
Binary 1101011 10001000 1101111 10101 0 10010 101111 10000000 1100 110000

Color Harmonies of #6B886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B886F

Black with #6B886F

Text Example


Text Example

White with #6B886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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