#6B8B83

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

Shades of Patina #6B8B83

Tints of Patina #6B8B83

Color information

#6B8B83 (or 0x6B8B83) is unknown color: approx Patina. HEX triplet: 6B, 8B and 83. RGB value is (107,139,131). Sum of RGB (Red+Green+Blue) = 107+139+131=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B83 is #94747C. Grayscale: #808080. Windows color (decimal): -9729149 or 8620907. OLE color: 8620907.

HSL color Cylindrical-coordinate representation of color #6B8B83: hue angle of 165º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B83 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB107139131-
CMYK0.2300.060.45
HSL165º13.01%48.24%-
HSV(B)165º23.02%54.51%-
XYZ19.3923.2324.93-
YUV128.52129.4112.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.38%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=28.38%
G=36.87%
B=34.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071391310.2300.060.4516513.0148.24
Hex6B8B8317062Da5d30
Octal1532132032706552451560
Binary11010111000101110000011101110110101101101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,139,131); }

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

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

 a { background-color: rgb(107,139,131); }

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

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

 span { border-color: rgb(107,139,131); }

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