#653F1D

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

Shades of Dark Brown #653F1D

Tints of Dark Brown #653F1D

Color information

#653F1D (or 0x653F1D) is unknown color: approx Dark Brown. HEX triplet: 65, 3F and 1D. RGB value is (101,63,29). Sum of RGB (Red+Green+Blue) = 101+63+29=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #653F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F1D is #9AC0E2. Grayscale: #464646. Windows color (decimal): -10141923 or 1916773. OLE color: 1916773.

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

Color convert

RGB1016329-
CMYK00.380.710.60
HSL28.33º55.38%25.49%-
HSV(B)28.33º71.29%39.61%-
XYZ7.376.412.01-
YUV70.49104.59149.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.33%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=52.33%
G=32.64%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101632900.380.710.6028.3355.3825.49
Hex653F1D026473C1c3719
Octal145773504610774346731
Binary110010111111111101010011010001111111001110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,63,29); }

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

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

 a { background-color: rgb(101,63,29); }

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

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

 span { border-color: rgb(101,63,29); }

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