#6B847C

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

Shades of Patina #6B847C

Tints of Patina #6B847C

Color information

#6B847C (or 0x6B847C) is unknown color: approx Patina. HEX triplet: 6B, 84 and 7C. RGB value is (107,132,124). Sum of RGB (Red+Green+Blue) = 107+132+124=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #6B847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B847C is #947B83. Grayscale: #7B7B7B. Windows color (decimal): -9730948 or 8160363. OLE color: 8160363.

HSL color Cylindrical-coordinate representation of color #6B847C: hue angle of 160.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B847C is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB107132124-
CMYK0.1900.060.48
HSL160.8º10.46%46.86%-
HSV(B)160.8º18.94%51.76%-
XYZ17.9521.0822.19-
YUV123.61128.22116.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.48%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=29.48%
G=36.36%
B=34.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071321240.1900.060.48160.810.4646.86
Hex6B847C130630a1a2f
Octal1532041742306602411257
Binary1101011100001001111100100110110110000101000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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