#63451A

Color #63451A Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #63451A

Tints of Dark Brown #63451A

Color information

#63451A (or 0x63451A) is unknown color: approx Dark Brown. HEX triplet: 63, 45 and 1A. RGB value is (99,69,26). Sum of RGB (Red+Green+Blue) = 99+69+26=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63451A is #9CBAE5. Grayscale: #494949. Windows color (decimal): -10271462 or 1721699. OLE color: 1721699.

HSL color Cylindrical-coordinate representation of color #63451A: hue angle of 35.34º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63451A is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB996926-
CMYK00.300.740.61
HSL35.34º58.4%24.51%-
HSV(B)35.34º73.74%38.82%-
XYZ7.466.981.93-
YUV73.07101.44146.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=51.03%
G=35.57%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99692600.300.740.6135.3458.424.51
Hex63451A01E4A3D233a19
Octal1431053203611275437231
Binary1100011100010111010011110100101011110110001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63451A; }

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

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

<style>
 a { background-color: #63451A; }

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

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

<style>
 span { border-color: #63451A; }

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

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