#65452D

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

Shades of Irish Coffee #65452D

Tints of Irish Coffee #65452D

Color information

#65452D (or 0x65452D) is unknown color: approx Irish Coffee. HEX triplet: 65, 45 and 2D. RGB value is (101,69,45). Sum of RGB (Red+Green+Blue) = 101+69+45=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65452D is #9ABAD2. Grayscale: #4B4B4B. Windows color (decimal): -10140371 or 2966885. OLE color: 2966885.

HSL color Cylindrical-coordinate representation of color #65452D: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65452D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1016945-
CMYK00.320.550.60
HSL25.71º38.36%28.63%-
HSV(B)25.71º55.45%39.61%-
XYZ7.977.213.45-
YUV75.83110.6145.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 45 (17.97% from 255) = 20.93%
R=46.98%
G=32.09%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101694500.320.550.6025.7138.3628.63
Hex65452D020373C1a261d
Octal145105550406774324635
Binary1100101100010110110101000001101111111001101010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65452D; }

 p { color: rgb(101,69,45); }

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

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

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

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

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

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

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