#654242

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

Shades of Woody Brown #654242

Tints of Woody Brown #654242

Color information

#654242 (or 0x654242) is unknown color: approx Woody Brown. HEX triplet: 65, 42 and 42. RGB value is (101,66,66). Sum of RGB (Red+Green+Blue) = 101+66+66=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #654242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654242 is #9ABDBD. Grayscale: #4C4C4C. Windows color (decimal): -10141118 or 4342373. OLE color: 4342373.

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

Color convert

RGB1016666-
CMYK00.350.350.60
HSL20.96%32.75%-
HSV(B)34.65%39.61%-
XYZ8.37.066.08-
YUV76.46122.1145.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=43.35%
G=28.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101666600.350.350.60020.9632.75
Hex654242023233C01521
Octal145102102043437402541
Binary1100101100001010000100100011100011111100010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654242; }

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

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

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

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

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

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

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

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