#675350

Color #675350 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #675350

Tints of Congo Brown #675350

Color information

#675350 (or 0x675350) is unknown color: approx Congo Brown. HEX triplet: 67, 53 and 50. RGB value is (103,83,80). Sum of RGB (Red+Green+Blue) = 103+83+80=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #675350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675350 is #98ACAF. Grayscale: #585858. Windows color (decimal): -10005680 or 5264231. OLE color: 5264231.

HSL color Cylindrical-coordinate representation of color #675350: hue angle of 7.83º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675350 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1038380-
CMYK00.190.220.60
HSL7.83º12.57%35.88%-
HSV(B)7.83º22.33%40.39%-
XYZ10.139.658.92-
YUV88.64123.13138.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.72%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=38.72%
G=31.20%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103838000.190.220.607.8312.5735.88
Hex675350013163C8d24
Octal1471231200232674101544
Binary1100111101001110100000100111011011110010001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675350; }

 p { color: rgb(103,83,80); }

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

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

 a { background-color: rgb(103,83,80); }

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

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

 span { border-color: rgb(103,83,80); }

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