#65402B

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

Shades of Irish Coffee #65402B

Tints of Irish Coffee #65402B

Color information

#65402B (or 0x65402B) is unknown color: approx Irish Coffee. HEX triplet: 65, 40 and 2B. RGB value is (101,64,43). Sum of RGB (Red+Green+Blue) = 101+64+43=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #65402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65402B is #9ABFD4. Grayscale: #484848. Windows color (decimal): -10141653 or 2834533. OLE color: 2834533.

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

Color convert

RGB1016443-
CMYK00.370.570.60
HSL21.72º40.28%28.24%-
HSV(B)21.72º57.43%39.61%-
XYZ7.646.613.16-
YUV72.67111.26148.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.56%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=48.56%
G=30.77%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101644300.370.570.6021.7240.2828.24
Hex65402B025393C16281c
Octal145100530457174265034
Binary1100101100000010101101001011110011111001011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65402B; }

 p { color: rgb(101,64,43); }

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

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

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

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

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

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

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