#653B1C

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

Shades of Dark Brown #653B1C

Tints of Dark Brown #653B1C

Color information

#653B1C (or 0x653B1C) is unknown color: approx Dark Brown. HEX triplet: 65, 3B and 1C. RGB value is (101,59,28). Sum of RGB (Red+Green+Blue) = 101+59+28=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #653B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B1C is #9AC4E3. Grayscale: #444444. Windows color (decimal): -10142948 or 1850213. OLE color: 1850213.

HSL color Cylindrical-coordinate representation of color #653B1C: hue angle of 25.48º 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 #653B1C is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1015928-
CMYK00.420.720.60
HSL25.48º56.59%25.29%-
HSV(B)25.48º72.28%39.61%-
XYZ7.145.981.88-
YUV68.02105.41151.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.72%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=53.72%
G=31.38%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101592800.420.720.6025.4856.5925.29
Hex653B1C02A483C193919
Octal145733405211074317131
Binary110010111101111100010101010010001111001100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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