#60463F

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

Shades of Congo Brown #60463F

Tints of Congo Brown #60463F

Color information

#60463F (or 0x60463F) is unknown color: approx Congo Brown. HEX triplet: 60, 46 and 3F. RGB value is (96,70,63). Sum of RGB (Red+Green+Blue) = 96+70+63=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463F is #9FB9C0. Grayscale: #4D4D4D. Windows color (decimal): -10467777 or 4146784. OLE color: 4146784.

HSL color Cylindrical-coordinate representation of color #60463F: hue angle of 12.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60463F is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB967063-
CMYK00.270.340.62
HSL12.73º20.75%31.18%-
HSV(B)12.73º34.38%37.65%-
XYZ7.917.235.68-
YUV76.98120.11141.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 63 (25% from 255) = 27.51%
R=41.92%
G=30.57%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96706300.270.340.6212.7320.7531.18
Hex60463F01B223Ed151f
Octal140106770334276152537
Binary1100000100011011111101101110001011111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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