#65421B

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

Shades of Dark Brown #65421B

Tints of Dark Brown #65421B

Color information

#65421B (or 0x65421B) is unknown color: approx Dark Brown. HEX triplet: 65, 42 and 1B. RGB value is (101,66,27). Sum of RGB (Red+Green+Blue) = 101+66+27=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65421B is #9ABDE4. Grayscale: #484848. Windows color (decimal): -10141157 or 1786469. OLE color: 1786469.

HSL color Cylindrical-coordinate representation of color #65421B: hue angle of 31.62º 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 #65421B is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1016627-
CMYK00.350.730.60
HSL31.62º57.81%25.1%-
HSV(B)31.62º73.27%39.61%-
XYZ7.516.741.94-
YUV72.02102.6148.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=52.06%
G=34.02%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101662700.350.730.6031.6257.8125.1
Hex65421B023493C203a19
Octal1451023304311174407231
Binary11001011000010110110100011100100111110010000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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