#64463D

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

Shades of Congo Brown #64463D

Tints of Congo Brown #64463D

Color information

#64463D (or 0x64463D) is unknown color: approx Congo Brown. HEX triplet: 64, 46 and 3D. RGB value is (100,70,61). Sum of RGB (Red+Green+Blue) = 100+70+61=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #64463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64463D is #9BB9C2. Grayscale: #4E4E4E. Windows color (decimal): -10205635 or 4015716. OLE color: 4015716.

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

Color convert

RGB1007061-
CMYK00.300.390.61
HSL13.85º24.22%31.57%-
HSV(B)13.85º39%39.22%-
XYZ8.297.435.41-
YUV77.94118.44143.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=43.29%
G=30.30%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100706100.300.390.6113.8524.2231.57
Hex64463D01E273De1820
Octal144106750364775163040
Binary11001001000110111101011110100111111101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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