#6B877C

Color #6B877C Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #6B877C

Tints of Patina #6B877C

Color information

#6B877C (or 0x6B877C) is unknown color: approx Patina. HEX triplet: 6B, 87 and 7C. RGB value is (107,135,124). Sum of RGB (Red+Green+Blue) = 107+135+124=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #6B877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B877C is #947883. Grayscale: #7D7D7D. Windows color (decimal): -9730180 or 8161131. OLE color: 8161131.

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

Color convert

RGB107135124-
CMYK0.2100.080.47
HSL156.43º11.57%47.45%-
HSV(B)156.43º20.74%52.94%-
XYZ18.3721.9122.33-
YUV125.37127.22114.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.23%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=29.23%
G=36.89%
B=33.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071351240.2100.080.47156.4311.5747.45
Hex6B877C15082F9cc2f
Octal15320717425010572341457
Binary11010111000011111111001010101000101111100111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,135,124); }

 H1.HeaderClassName
 {
   color: #6B877C;
 }
 .AnyTagClassName
 {
   color: #6B877C;
 }
</style>
background-color css

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

 a { background-color: rgb(107,135,124); }

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

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

 span { border-color: rgb(107,135,124); }

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