#64463E

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

Shades of Congo Brown #64463E

Tints of Congo Brown #64463E

Color information

#64463E (or 0x64463E) is unknown color: approx Congo Brown. HEX triplet: 64, 46 and 3E. RGB value is (100,70,62). Sum of RGB (Red+Green+Blue) = 100+70+62=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64463E is #9BB9C1. Grayscale: #4E4E4E. Windows color (decimal): -10205634 or 4081252. OLE color: 4081252.

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

Color convert

RGB1007062-
CMYK00.300.380.61
HSL12.63º23.46%31.76%-
HSV(B)12.63º38%39.22%-
XYZ8.327.445.55-
YUV78.06118.94143.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=43.10%
G=30.17%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100706200.300.380.6112.6323.4631.76
Hex64463E01E263Dd1720
Octal144106760364675152740
Binary11001001000110111110011110100110111101110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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