#65412B

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

Shades of Irish Coffee #65412B

Tints of Irish Coffee #65412B

Color information

#65412B (or 0x65412B) is unknown color: approx Irish Coffee. HEX triplet: 65, 41 and 2B. RGB value is (101,65,43). Sum of RGB (Red+Green+Blue) = 101+65+43=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #65412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65412B is #9ABED4. Grayscale: #494949. Windows color (decimal): -10141397 or 2834789. OLE color: 2834789.

HSL color Cylindrical-coordinate representation of color #65412B: hue angle of 22.76º 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 #65412B is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB1016543-
CMYK00.360.570.60
HSL22.76º40.28%28.24%-
HSV(B)22.76º57.43%39.61%-
XYZ7.696.723.18-
YUV73.26110.93147.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=48.33%
G=31.10%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101654300.360.570.6022.7640.2828.24
Hex65412B024393C17281c
Octal145101530447174275034
Binary1100101100000110101101001001110011111001011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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