#653B1B

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

Shades of Dark Brown #653B1B

Tints of Dark Brown #653B1B

Color information

#653B1B (or 0x653B1B) is unknown color: approx Dark Brown. HEX triplet: 65, 3B and 1B. RGB value is (101,59,27). Sum of RGB (Red+Green+Blue) = 101+59+27=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #653B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B1B is #9AC4E4. Grayscale: #444444. Windows color (decimal): -10142949 or 1784677. OLE color: 1784677.

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

Color convert

RGB1015927-
CMYK00.420.730.60
HSL25.95º57.81%25.1%-
HSV(B)25.95º73.27%39.61%-
XYZ7.135.971.81-
YUV67.91104.91151.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.01%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=54.01%
G=31.55%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101592700.420.730.6025.9557.8125.1
Hex653B1B02A493C1a3a19
Octal145733305211174327231
Binary110010111101111011010101010010011111001101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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