#63534E

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

Shades of Congo Brown #63534E

Tints of Congo Brown #63534E

Color information

#63534E (or 0x63534E) is unknown color: approx Congo Brown. HEX triplet: 63, 53 and 4E. RGB value is (99,83,78). Sum of RGB (Red+Green+Blue) = 99+83+78=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63534E is #9CACB1. Grayscale: #575757. Windows color (decimal): -10267826 or 5133155. OLE color: 5133155.

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

Color convert

RGB998378-
CMYK00.160.210.61
HSL14.29º11.86%34.71%-
HSV(B)14.29º21.21%38.82%-
XYZ9.619.398.51-
YUV87.21122.8136.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 78 (30.86% from 255) = 30%
R=38.08%
G=31.92%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99837800.160.210.6114.2911.8634.71
Hex63534E010153Dec23
Octal1431231160202575161443
Binary1100011101001110011100100001010111110111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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