#654113

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

Shades of Dark Brown #654113

Tints of Dark Brown #654113

Color information

#654113 (or 0x654113) is unknown color: approx Dark Brown. HEX triplet: 65, 41 and 13. RGB value is (101,65,19). Sum of RGB (Red+Green+Blue) = 101+65+19=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #654113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654113 is #9ABEEC. Grayscale: #464646. Windows color (decimal): -10141421 or 1261925. OLE color: 1261925.

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

Color convert

RGB1016519-
CMYK00.360.810.60
HSL33.66º68.33%23.53%-
HSV(B)33.66º81.19%39.61%-
XYZ7.376.591.5-
YUV70.5298.93149.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=54.59%
G=35.14%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101651900.360.810.6033.6668.3323.53
Hex654113024513C224418
Octal14510123044121744210430
Binary110010110000011001101001001010001111100100010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654113; }

 p { color: rgb(101,65,19); }

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

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

 a { background-color: rgb(101,65,19); }

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

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

 span { border-color: rgb(101,65,19); }

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