#653D1F

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

Shades of Dark Brown #653D1F

Tints of Dark Brown #653D1F

Color information

#653D1F (or 0x653D1F) is unknown color: approx Dark Brown. HEX triplet: 65, 3D and 1F. RGB value is (101,61,31). Sum of RGB (Red+Green+Blue) = 101+61+31=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #653D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D1F is #9AC2E0. Grayscale: #454545. Windows color (decimal): -10142433 or 2047333. OLE color: 2047333.

HSL color Cylindrical-coordinate representation of color #653D1F: hue angle of 25.71º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653D1F is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB1016131-
CMYK00.400.690.60
HSL25.71º53.03%25.88%-
HSV(B)25.71º69.31%39.61%-
XYZ7.286.22.11-
YUV69.54106.25150.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.33%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=52.33%
G=31.61%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101613100.400.690.6025.7153.0325.88
Hex653D1F028453C1a351a
Octal145753705010574326532
Binary110010111110111111010100010001011111001101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,61,31); }

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

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

 a { background-color: rgb(101,61,31); }

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

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

 span { border-color: rgb(101,61,31); }

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