#64463F

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

Shades of Congo Brown #64463F

Tints of Congo Brown #64463F

Color information

#64463F (or 0x64463F) is unknown color: approx Congo Brown. HEX triplet: 64, 46 and 3F. RGB value is (100,70,63). Sum of RGB (Red+Green+Blue) = 100+70+63=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 100 - color contains mainly: red. Hex color #64463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64463F is #9BB9C0. Grayscale: #4E4E4E. Windows color (decimal): -10205633 or 4146788. OLE color: 4146788.

HSL color Cylindrical-coordinate representation of color #64463F: hue angle of 11.35º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64463F is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB1007063-
CMYK00.300.370.61
HSL11.35º22.7%31.96%-
HSV(B)11.35º37%39.22%-
XYZ8.347.455.7-
YUV78.17119.44143.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.92%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 63 (25% from 255) = 27.04%
R=42.92%
G=30.04%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100706300.300.370.6111.3522.731.96
Hex64463F01E253Db1720
Octal144106770364575132740
Binary11001001000110111111011110100101111101101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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