#654131

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

Shades of Very Dark Brown #654131

Tints of Very Dark Brown #654131

Color information

#654131 (or 0x654131) is unknown color: approx Very Dark Brown. HEX triplet: 65, 41 and 31. RGB value is (101,65,49). Sum of RGB (Red+Green+Blue) = 101+65+49=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #654131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654131 is #9ABECE. Grayscale: #4A4A4A. Windows color (decimal): -10141391 or 3228005. OLE color: 3228005.

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

Color convert

RGB1016549-
CMYK00.360.510.60
HSL18.46º34.67%29.41%-
HSV(B)18.46º51.49%39.61%-
XYZ7.816.773.8-
YUV73.94113.93147.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=46.98%
G=30.23%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101654900.360.510.6018.4634.6729.41
Hex654131024333C12231d
Octal145101610446374224335
Binary1100101100000111000101001001100111111001001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654131; }

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

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

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

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

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

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

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

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