#6C8583

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

Shades of Gumbo #6C8583

Tints of Gumbo #6C8583

Color information

#6C8583 (or 0x6C8583) is unknown color: approx Gumbo. HEX triplet: 6C, 85 and 83. RGB value is (108,133,131). Sum of RGB (Red+Green+Blue) = 108+133+131=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8583 is #937A7C. Grayscale: #7D7D7D. Windows color (decimal): -9665149 or 8619372. OLE color: 8619372.

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

Color convert

RGB108133131-
CMYK0.1900.020.48
HSL175.2º10.37%47.25%-
HSV(B)175.2º18.8%52.16%-
XYZ18.6721.624.66-
YUV125.3131.22115.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.03%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=29.03%
G=35.75%
B=35.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081331310.1900.020.48175.210.3747.25
Hex6C8583130230afa2f
Octal1542052032302602571257
Binary1101100100001011000001110011010110000101011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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