#63451E

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

Shades of Dark Brown #63451E

Tints of Dark Brown #63451E

Color information

#63451E (or 0x63451E) is unknown color: approx Dark Brown. HEX triplet: 63, 45 and 1E. RGB value is (99,69,30). Sum of RGB (Red+Green+Blue) = 99+69+30=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63451E is #9CBAE1. Grayscale: #494949. Windows color (decimal): -10271458 or 1983843. OLE color: 1983843.

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

Color convert

RGB996930-
CMYK00.300.700.61
HSL33.91º53.49%25.29%-
HSV(B)33.91º69.7%38.82%-
XYZ7.5172.18-
YUV73.52103.44146.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=50%
G=34.85%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99693000.300.700.6133.9153.4925.29
Hex63451E01E463D223519
Octal1431053603610675426531
Binary1100011100010111110011110100011011110110001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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