#653C1C

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

Shades of Dark Brown #653C1C

Tints of Dark Brown #653C1C

Color information

#653C1C (or 0x653C1C) is unknown color: approx Dark Brown. HEX triplet: 65, 3C and 1C. RGB value is (101,60,28). Sum of RGB (Red+Green+Blue) = 101+60+28=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #653C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C1C is #9AC3E3. Grayscale: #444444. Windows color (decimal): -10142692 or 1850469. OLE color: 1850469.

HSL color Cylindrical-coordinate representation of color #653C1C: hue angle of 26.3º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653C1C is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1016028-
CMYK00.410.720.60
HSL26.3º56.59%25.29%-
HSV(B)26.3º72.28%39.61%-
XYZ7.196.081.89-
YUV68.61105.08151.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.44%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=53.44%
G=31.75%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101602800.410.720.6026.356.5925.29
Hex653C1C029483C1a3919
Octal145743405111074327131
Binary110010111110011100010100110010001111001101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653C1C; }

 p { color: rgb(101,60,28); }

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

<style>
 a { background-color: #653C1C; }

 a { background-color: rgb(101,60,28); }

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

<style>
 span { border-color: #653C1C; }

 span { border-color: rgb(101,60,28); }

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