#654215

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

Shades of Dark Brown #654215

Tints of Dark Brown #654215

Color information

#654215 (or 0x654215) is unknown color: approx Dark Brown. HEX triplet: 65, 42 and 15. RGB value is (101,66,21). Sum of RGB (Red+Green+Blue) = 101+66+21=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #654215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654215 is #9ABDEA. Grayscale: #474747. Windows color (decimal): -10141163 or 1393253. OLE color: 1393253.

HSL color Cylindrical-coordinate representation of color #654215: hue angle of 33.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #654215 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1016621-
CMYK00.350.790.60
HSL33.75º65.57%23.92%-
HSV(B)33.75º79.21%39.61%-
XYZ7.456.721.61-
YUV71.3499.6149.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.72%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=53.72%
G=35.11%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101662100.350.790.6033.7565.5723.92
Hex6542150234F3C224218
Octal14510225043117744210230
Binary110010110000101010101000111001111111100100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654215; }

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

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

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

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

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

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

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

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