#65401A

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

Shades of Dark Brown #65401A

Tints of Dark Brown #65401A

Color information

#65401A (or 0x65401A) is unknown color: approx Dark Brown. HEX triplet: 65, 40 and 1A. RGB value is (101,64,26). Sum of RGB (Red+Green+Blue) = 101+64+26=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #65401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65401A is #9ABFE5. Grayscale: #464646. Windows color (decimal): -10141670 or 1720421. OLE color: 1720421.

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

Color convert

RGB1016426-
CMYK00.370.740.60
HSL30.4º59.06%24.9%-
HSV(B)30.4º74.26%39.61%-
XYZ7.396.511.84-
YUV70.73102.76149.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.88%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=52.88%
G=33.51%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101642600.370.740.6030.459.0624.9
Hex65401A0254A3C1e3b19
Octal1451003204511274367331
Binary1100101100000011010010010110010101111001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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