#655351

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

Shades of Congo Brown #655351

Tints of Congo Brown #655351

Color information

#655351 (or 0x655351) is unknown color: approx Congo Brown. HEX triplet: 65, 53 and 51. RGB value is (101,83,81). Sum of RGB (Red+Green+Blue) = 101+83+81=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #655351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655351 is #9AACAE. Grayscale: #585858. Windows color (decimal): -10136751 or 5329765. OLE color: 5329765.

HSL color Cylindrical-coordinate representation of color #655351: hue angle of 6º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655351 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1018381-
CMYK00.180.200.60
HSL10.99%35.69%-
HSV(B)19.8%39.61%-
XYZ9.959.559.1-
YUV88.15123.96137.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=38.11%
G=31.32%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101838100.180.200.60610.9935.69
Hex655351012143C6b24
Octal145123121022247461344
Binary110010110100111010001010010101001111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655351; }

 p { color: rgb(101,83,81); }

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

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

 a { background-color: rgb(101,83,81); }

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

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

 span { border-color: rgb(101,83,81); }

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