#65471A

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

Shades of Dark Brown #65471A

Tints of Dark Brown #65471A

Color information

#65471A (or 0x65471A) is unknown color: approx Dark Brown. HEX triplet: 65, 47 and 1A. RGB value is (101,71,26). Sum of RGB (Red+Green+Blue) = 101+71+26=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65471A is #9AB8E5. Grayscale: #4B4B4B. Windows color (decimal): -10139878 or 1722213. OLE color: 1722213.

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

Color convert

RGB1017126-
CMYK00.300.740.60
HSL36º59.06%24.9%-
HSV(B)36º74.26%39.61%-
XYZ7.817.351.98-
YUV74.84100.44146.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=51.01%
G=35.86%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101712600.300.740.603659.0624.9
Hex65471A01E4A3C243b19
Octal1451073203611274447331
Binary1100101100011111010011110100101011110010010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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