#65401B

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

Shades of Dark Brown #65401B

Tints of Dark Brown #65401B

Color information

#65401B (or 0x65401B) is unknown color: approx Dark Brown. HEX triplet: 65, 40 and 1B. RGB value is (101,64,27). Sum of RGB (Red+Green+Blue) = 101+64+27=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #65401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65401B is #9ABFE4. Grayscale: #474747. Windows color (decimal): -10141669 or 1785957. OLE color: 1785957.

HSL color Cylindrical-coordinate representation of color #65401B: hue angle of 30º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65401B is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1016427-
CMYK00.370.730.60
HSL30º57.81%25.1%-
HSV(B)30º73.27%39.61%-
XYZ7.46.511.9-
YUV70.84103.26149.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.60%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=52.60%
G=33.33%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101642700.370.730.603057.8125.1
Hex65401B025493C1e3a19
Octal1451003304511174367231
Binary1100101100000011011010010110010011111001111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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