#63463E

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

Shades of Congo Brown #63463E

Tints of Congo Brown #63463E

Color information

#63463E (or 0x63463E) is unknown color: approx Congo Brown. HEX triplet: 63, 46 and 3E. RGB value is (99,70,62). Sum of RGB (Red+Green+Blue) = 99+70+62=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #63463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63463E is #9CB9C1. Grayscale: #4D4D4D. Windows color (decimal): -10271170 or 4081251. OLE color: 4081251.

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

Color convert

RGB997062-
CMYK00.290.370.61
HSL12.97º22.98%31.57%-
HSV(B)12.97º37.37%38.82%-
XYZ8.217.385.55-
YUV77.76119.11143.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=42.86%
G=30.30%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99706200.290.370.6112.9722.9831.57
Hex63463E01D253Dd1720
Octal143106760354575152740
Binary11000111000110111110011101100101111101110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,70,62); }

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

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

 a { background-color: rgb(99,70,62); }

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

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

 span { border-color: rgb(99,70,62); }

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