#65463D

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

Shades of Congo Brown #65463D

Tints of Congo Brown #65463D

Color information

#65463D (or 0x65463D) is unknown color: approx Congo Brown. HEX triplet: 65, 46 and 3D. RGB value is (101,70,61). Sum of RGB (Red+Green+Blue) = 101+70+61=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #65463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65463D is #9AB9C2. Grayscale: #4E4E4E. Windows color (decimal): -10140099 or 4015717. OLE color: 4015717.

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

Color convert

RGB1017061-
CMYK00.310.400.60
HSL13.5º24.69%31.76%-
HSV(B)13.5º39.6%39.61%-
XYZ8.47.485.42-
YUV78.24118.27144.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=43.53%
G=30.17%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101706100.310.400.6013.524.6931.76
Hex65463D01F283Ce1920
Octal145106750375074163140
Binary11001011000110111101011111101000111100111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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