#60423D

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

Shades of Congo Brown #60423D

Tints of Congo Brown #60423D

Color information

#60423D (or 0x60423D) is unknown color: approx Congo Brown. HEX triplet: 60, 42 and 3D. RGB value is (96,66,61). Sum of RGB (Red+Green+Blue) = 96+66+61=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60423D is #9FBDC2. Grayscale: #4A4A4A. Windows color (decimal): -10468803 or 4014688. OLE color: 4014688.

HSL color Cylindrical-coordinate representation of color #60423D: hue angle of 8.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60423D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB966661-
CMYK00.310.360.62
HSL8.57º22.29%30.78%-
HSV(B)8.57º36.46%37.65%-
XYZ7.616.725.31-
YUV74.4120.44143.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=43.05%
G=29.60%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96666100.310.360.628.5722.2930.78
Hex60423D01F243E9161f
Octal140102750374476112637
Binary1100000100001011110101111110010011111010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,66,61); }

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

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

 a { background-color: rgb(96,66,61); }

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

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

 span { border-color: rgb(96,66,61); }

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