#653F1A

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

Shades of Dark Brown #653F1A

Tints of Dark Brown #653F1A

Color information

#653F1A (or 0x653F1A) is unknown color: approx Dark Brown. HEX triplet: 65, 3F and 1A. RGB value is (101,63,26). Sum of RGB (Red+Green+Blue) = 101+63+26=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F1A is #9AC0E5. Grayscale: #464646. Windows color (decimal): -10141926 or 1720165. OLE color: 1720165.

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

Color convert

RGB1016326-
CMYK00.380.740.60
HSL29.6º59.06%24.9%-
HSV(B)29.6º74.26%39.61%-
XYZ7.336.41.83-
YUV70.14103.09150.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=53.16%
G=33.16%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101632600.380.740.6029.659.0624.9
Hex653F1A0264A3C1e3b19
Octal145773204611274367331
Binary110010111111111010010011010010101111001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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