#6C9C83

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

Shades of Patina #6C9C83

Tints of Patina #6C9C83

Color information

#6C9C83 (or 0x6C9C83) is unknown color: approx Patina. HEX triplet: 6C, 9C and 83. RGB value is (108,156,131). Sum of RGB (Red+Green+Blue) = 108+156+131=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #6C9C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9C83 is #93637C. Grayscale: #8A8A8A. Windows color (decimal): -9659261 or 8625260. OLE color: 8625260.

HSL color Cylindrical-coordinate representation of color #6C9C83: hue angle of 148.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C9C83 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB108156131-
CMYK0.3100.160.39
HSL148.75º19.51%51.76%-
HSV(B)148.75º30.77%61.18%-
XYZ22.1728.625.83-
YUV138.8123.6106.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.34%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=27.34%
G=39.49%
B=33.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1081561310.3100.160.39148.7519.5151.76
Hex6C9C831F01027951434
Octal15423420337020472252464
Binary11011001001110010000011111110100001001111001010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,156,131); }

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

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

 a { background-color: rgb(108,156,131); }

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

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

 span { border-color: rgb(108,156,131); }

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