Html Css Color HEX #6B8271 Laurel

📋 copy color: '#6B8271'

red 107 ◦ green 130 ◦ blue 113

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

Shades of Laurel #6B8271

Tints of Laurel #6B8271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

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

R = 30.57%
G = 37.14%
B = 32.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#6B8271 (or 0x6B8271) is known color: Laurel. HEX triplet: 6B, 82 and 71. RGB value is (107,130,113). Sum of RGB (Red+Green+Blue) = 107+130+113=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8271 is #947D8E. Grayscale: #797979. Windows color (decimal): -9731471 or 7438955. OLE color: 7438955.

HSL color Cylindrical-coordinate representation of color #6B8271: hue angle of 135.65º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B8271 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 130 113 -
CMYK 0.18 0 0.13 0.49
HSL 135.65º 0.1% 0.46% -
HSV(B) 135.65º 0.18% 0.51% -
XYZ 17.03 20.28 18.64 -
YUV 121.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 107 130 113 0.18 0 0.13 0.49 135.65 0.1 0.46
Hex 6B 82 71 12 0 D 31 88 A 2E
Octal 153 202 161 22 0 15 61 210 12 56
Binary 1101011 10000010 1110001 10010 0 1101 110001 10001000 1010 101110

Color Harmonies of #6B8271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8271

Black with #6B8271

Text Example


Text Example

White with #6B8271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,130,113); }

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

background-color css

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

 a { background-color: rgb(107,130,113); }

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

border-color css

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

 span { border-color: rgb(107,130,113); }

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