#65402C

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

Shades of Irish Coffee #65402C

Tints of Irish Coffee #65402C

Color information

#65402C (or 0x65402C) is unknown color: approx Irish Coffee. HEX triplet: 65, 40 and 2C. RGB value is (101,64,44). Sum of RGB (Red+Green+Blue) = 101+64+44=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #65402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65402C is #9ABFD3. Grayscale: #484848. Windows color (decimal): -10141652 or 2900069. OLE color: 2900069.

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

Color convert

RGB1016444-
CMYK00.370.560.60
HSL21.05º39.31%28.43%-
HSV(B)21.05º56.44%39.61%-
XYZ7.656.623.26-
YUV72.78111.76148.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=48.33%
G=30.62%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101644400.370.560.6021.0539.3128.43
Hex65402C025383C15271c
Octal145100540457074254734
Binary1100101100000010110001001011110001111001010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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