#65463F

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

Shades of Congo Brown #65463F

Tints of Congo Brown #65463F

Color information

#65463F (or 0x65463F) is unknown color: approx Congo Brown. HEX triplet: 65, 46 and 3F. RGB value is (101,70,63). Sum of RGB (Red+Green+Blue) = 101+70+63=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #65463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65463F is #9AB9C0. Grayscale: #4E4E4E. Windows color (decimal): -10140097 or 4146789. OLE color: 4146789.

HSL color Cylindrical-coordinate representation of color #65463F: hue angle of 11.05º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65463F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1017063-
CMYK00.310.380.60
HSL11.05º23.17%32.16%-
HSV(B)11.05º37.62%39.61%-
XYZ8.457.515.71-
YUV78.47119.27144.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.16%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 63 (25% from 255) = 26.92%
R=43.16%
G=29.91%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101706300.310.380.6011.0523.1732.16
Hex65463F01F263Cb1720
Octal145106770374674132740
Binary11001011000110111111011111100110111100101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65463F; }

 p { color: rgb(101,70,63); }

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

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

 a { background-color: rgb(101,70,63); }

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

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

 span { border-color: rgb(101,70,63); }

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