#65452C

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

Shades of Irish Coffee #65452C

Tints of Irish Coffee #65452C

Color information

#65452C (or 0x65452C) is unknown color: approx Irish Coffee. HEX triplet: 65, 45 and 2C. RGB value is (101,69,44). Sum of RGB (Red+Green+Blue) = 101+69+44=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65452C is #9ABAD3. Grayscale: #4B4B4B. Windows color (decimal): -10140372 or 2901349. OLE color: 2901349.

HSL color Cylindrical-coordinate representation of color #65452C: hue angle of 26.32º 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 #65452C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB1016944-
CMYK00.320.560.60
HSL26.32º39.31%28.43%-
HSV(B)26.32º56.44%39.61%-
XYZ7.957.23.35-
YUV75.72110.1146.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=47.20%
G=32.24%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101694400.320.560.6026.3239.3128.43
Hex65452C020383C1a271c
Octal145105540407074324734
Binary1100101100010110110001000001110001111001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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