#654948

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

Shades of Congo Brown #654948

Tints of Congo Brown #654948

Color information

#654948 (or 0x654948) is unknown color: approx Congo Brown. HEX triplet: 65, 49 and 48. RGB value is (101,73,72). Sum of RGB (Red+Green+Blue) = 101+73+72=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #654948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654948 is #9AB6B7. Grayscale: #515151. Windows color (decimal): -10139320 or 4737381. OLE color: 4737381.

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

Color convert

RGB1017372-
CMYK00.280.290.60
HSL2.07º16.76%33.92%-
HSV(B)2.07º28.71%39.61%-
XYZ8.9287.2-
YUV81.26122.78142.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=41.06%
G=29.67%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101737200.280.290.602.0716.7633.92
Hex65494801C1D3C21122
Octal145111110034357422142
Binary110010110010011001000011100111011111001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654948; }

 p { color: rgb(101,73,72); }

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

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

 a { background-color: rgb(101,73,72); }

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

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

 span { border-color: rgb(101,73,72); }

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