#654130

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

Shades of Very Dark Brown #654130

Tints of Very Dark Brown #654130

Color information

#654130 (or 0x654130) is unknown color: approx Very Dark Brown. HEX triplet: 65, 41 and 30. RGB value is (101,65,48). Sum of RGB (Red+Green+Blue) = 101+65+48=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #654130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654130 is #9ABECF. Grayscale: #494949. Windows color (decimal): -10141392 or 3162469. OLE color: 3162469.

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

Color convert

RGB1016548-
CMYK00.360.520.60
HSL19.25º35.57%29.22%-
HSV(B)19.25º52.48%39.61%-
XYZ7.796.763.69-
YUV73.83113.43147.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=47.20%
G=30.37%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101654800.360.520.6019.2535.5729.22
Hex654130024343C13241d
Octal145101600446474234435
Binary1100101100000111000001001001101001111001001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654130; }

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

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

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

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

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

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

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

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