#63453E

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

Shades of Congo Brown #63453E

Tints of Congo Brown #63453E

Color information

#63453E (or 0x63453E) is unknown color: approx Congo Brown. HEX triplet: 63, 45 and 3E. RGB value is (99,69,62). Sum of RGB (Red+Green+Blue) = 99+69+62=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63453E is #9CBAC1. Grayscale: #4D4D4D. Windows color (decimal): -10271426 or 4080995. OLE color: 4080995.

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

Color convert

RGB996962-
CMYK00.300.370.61
HSL11.35º22.98%31.57%-
HSV(B)11.35º37.37%38.82%-
XYZ8.147.265.53-
YUV77.17119.44143.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=43.04%
G=30%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99696200.300.370.6111.3522.9831.57
Hex63453E01E253Db1720
Octal143105760364575132740
Binary11000111000101111110011110100101111101101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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