#65421C

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

Shades of Dark Brown #65421C

Tints of Dark Brown #65421C

Color information

#65421C (or 0x65421C) is unknown color: approx Dark Brown. HEX triplet: 65, 42 and 1C. RGB value is (101,66,28). Sum of RGB (Red+Green+Blue) = 101+66+28=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65421C is #9ABDE3. Grayscale: #484848. Windows color (decimal): -10141156 or 1852005. OLE color: 1852005.

HSL color Cylindrical-coordinate representation of color #65421C: hue angle of 31.23º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65421C is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1016628-
CMYK00.350.720.60
HSL31.23º56.59%25.29%-
HSV(B)31.23º72.28%39.61%-
XYZ7.526.752-
YUV72.13103.1148.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 28 (11.33% from 255) = 14.36%
R=51.79%
G=33.85%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101662800.350.720.6031.2356.5925.29
Hex65421C023483C1f3919
Octal1451023404311074377131
Binary1100101100001011100010001110010001111001111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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