#65402A

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

Shades of Irish Coffee #65402A

Tints of Irish Coffee #65402A

Color information

#65402A (or 0x65402A) is unknown color: approx Irish Coffee. HEX triplet: 65, 40 and 2A. RGB value is (101,64,42). Sum of RGB (Red+Green+Blue) = 101+64+42=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #65402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65402A is #9ABFD5. Grayscale: #484848. Windows color (decimal): -10141654 or 2768997. OLE color: 2768997.

HSL color Cylindrical-coordinate representation of color #65402A: hue angle of 22.37º 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 #65402A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1016442-
CMYK00.370.580.60
HSL22.37º41.26%28.04%-
HSV(B)22.37º58.42%39.61%-
XYZ7.626.63.06-
YUV72.55110.76148.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=48.79%
G=30.92%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101644200.370.580.6022.3741.2628.04
Hex65402A0253A3C16291c
Octal145100520457274265134
Binary1100101100000010101001001011110101111001011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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