#653F2A

Color #653F2A Irish Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Irish Coffee #653F2A

Tints of Irish Coffee #653F2A

Color information

#653F2A (or 0x653F2A) is unknown color: approx Irish Coffee. HEX triplet: 65, 3F and 2A. RGB value is (101,63,42). Sum of RGB (Red+Green+Blue) = 101+63+42=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #653F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F2A is #9AC0D5. Grayscale: #484848. Windows color (decimal): -10141910 or 2768741. OLE color: 2768741.

HSL color Cylindrical-coordinate representation of color #653F2A: hue angle of 21.36º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653F2A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1016342-
CMYK00.380.580.60
HSL21.36º41.26%28.04%-
HSV(B)21.36º58.42%39.61%-
XYZ7.566.493.04-
YUV71.97111.09148.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=49.03%
G=30.58%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101634200.380.580.6021.3641.2628.04
Hex653F2A0263A3C15291c
Octal14577520467274255134
Binary110010111111110101001001101110101111001010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653F2A; }

 p { color: rgb(101,63,42); }

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

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

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

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

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

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

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