#63534F

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

Shades of Congo Brown #63534F

Tints of Congo Brown #63534F

Color information

#63534F (or 0x63534F) is unknown color: approx Congo Brown. HEX triplet: 63, 53 and 4F. RGB value is (99,83,79). Sum of RGB (Red+Green+Blue) = 99+83+79=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63534F is #9CACB0. Grayscale: #575757. Windows color (decimal): -10267825 or 5198691. OLE color: 5198691.

HSL color Cylindrical-coordinate representation of color #63534F: hue angle of 12º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63534F is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB998379-
CMYK00.160.200.61
HSL12º11.24%34.9%-
HSV(B)12º20.2%38.82%-
XYZ9.659.48.7-
YUV87.33123.3136.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=37.93%
G=31.80%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99837900.160.200.611211.2434.9
Hex63534F010143Dcb23
Octal1431231170202475141343
Binary1100011101001110011110100001010011110111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,83,79); }

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

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

 a { background-color: rgb(99,83,79); }

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

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

 span { border-color: rgb(99,83,79); }

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