Html Css Color HEX #6A8571 Laurel

📋 copy color: '#6A8571'

red 106 ◦ green 133 ◦ blue 113

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

Shades of Laurel #6A8571

Tints of Laurel #6A8571

RGB

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

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

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

R = 30.11%
G = 37.78%
B = 32.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#6A8571 (or 0x6A8571) is known color: Laurel. HEX triplet: 6A, 85 and 71. RGB value is (106,133,113). Sum of RGB (Red+Green+Blue) = 106+133+113=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8571 is #957A8E. Grayscale: #7A7A7A. Windows color (decimal): -9796239 or 7439722. OLE color: 7439722.

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

Color convert

RGB 106 133 113 -
CMYK 0.20 0 0.15 0.48
HSL 135.56º 0.11% 0.47% -
HSV(B) 135.56º 0.2% 0.52% -
XYZ 17.31 21.03 18.77 -
YUV 122.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 106 133 113 0.20 0 0.15 0.48 135.56 0.11 0.47
Hex 6A 85 71 14 0 F 30 88 B 2F
Octal 152 205 161 24 0 17 60 210 13 57
Binary 1101010 10000101 1110001 10100 0 1111 110000 10001000 1011 101111

Color Harmonies of #6A8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8571

Black with #6A8571

Text Example


Text Example

White with #6A8571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,133,113); }

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

background-color css

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

 a { background-color: rgb(106,133,113); }

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

border-color css

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

 span { border-color: rgb(106,133,113); }

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