#665350

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

Shades of Congo Brown #665350

Tints of Congo Brown #665350

Color information

#665350 (or 0x665350) is unknown color: approx Congo Brown. HEX triplet: 66, 53 and 50. RGB value is (102,83,80). Sum of RGB (Red+Green+Blue) = 102+83+80=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #665350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665350 is #99ACAF. Grayscale: #585858. Windows color (decimal): -10071216 or 5264230. OLE color: 5264230.

HSL color Cylindrical-coordinate representation of color #665350: hue angle of 8.18º degrees, saturation: 0.12, 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 #665350 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1028380-
CMYK00.190.220.6
HSL8.18º12.09%35.69%-
HSV(B)8.18º21.57%40%-
XYZ10.029.598.91-
YUV88.34123.29137.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=38.49%
G=31.32%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102838000.190.220.68.1812.0935.69
Hex665350013163C8c24
Octal1461231200232674101444
Binary1100110101001110100000100111011011110010001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665350; }

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

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

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

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

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

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

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

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