#64433F

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

Shades of Congo Brown #64433F

Tints of Congo Brown #64433F

Color information

#64433F (or 0x64433F) is unknown color: approx Congo Brown. HEX triplet: 64, 43 and 3F. RGB value is (100,67,63). Sum of RGB (Red+Green+Blue) = 100+67+63=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #64433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64433F is #9BBCC0. Grayscale: #4C4C4C. Windows color (decimal): -10206401 or 4146020. OLE color: 4146020.

HSL color Cylindrical-coordinate representation of color #64433F: hue angle of 6.49º 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 #64433F is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB1006763-
CMYK00.330.370.61
HSL6.49º22.7%31.96%-
HSV(B)6.49º37%39.22%-
XYZ8.167.085.64-
YUV76.41120.43144.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.48%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 63 (25% from 255) = 27.39%
R=43.48%
G=29.13%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100676300.330.370.616.4922.731.96
Hex64433F021253D61720
Octal14410377041457562740
Binary11001001000011111111010000110010111110111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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