#65401D

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

Shades of Dark Brown #65401D

Tints of Dark Brown #65401D

Color information

#65401D (or 0x65401D) is unknown color: approx Dark Brown. HEX triplet: 65, 40 and 1D. RGB value is (101,64,29). Sum of RGB (Red+Green+Blue) = 101+64+29=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65401D is #9ABFE2. Grayscale: #474747. Windows color (decimal): -10141667 or 1917029. OLE color: 1917029.

HSL color Cylindrical-coordinate representation of color #65401D: hue angle of 29.17º 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 #65401D is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1016429-
CMYK00.370.710.60
HSL29.17º55.38%25.49%-
HSV(B)29.17º71.29%39.61%-
XYZ7.426.522.03-
YUV71.07104.26149.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=52.06%
G=32.99%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101642900.370.710.6029.1755.3825.49
Hex65401D025473C1d3719
Octal1451003504510774356731
Binary1100101100000011101010010110001111111001110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65401D; }

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

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

<style>
 a { background-color: #65401D; }

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

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

<style>
 span { border-color: #65401D; }

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

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