Html Css Color HEX #65452D Irish Coffee

📋 copy color: '#65452D'

red 101 ◦ green 69 ◦ blue 45

#65452D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Irish Coffee #65452D

Tints of Irish Coffee #65452D

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 value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#65452D (or 0x65452D) is known color: 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

RGB 101 69 45 -
CMYK 0 0.32 0.55 0.60
HSL 25.71º 0.38% 0.29% -
HSV(B) 25.71º 0.55% 0.4% -
XYZ 7.97 7.21 3.45 -
YUV 75.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 101 69 45 0 0.32 0.55 0.60 25.71 0.38 0.29
Hex 65 45 2D 0 20 37 3C 1A 26 1D
Octal 145 105 55 0 40 67 74 32 46 35
Binary 1100101 1000101 101101 0 100000 110111 111100 11010 100110 11101

Color Harmonies of #65452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65452D

Black with #65452D

Text Example


Text Example

White with #65452D

Text Example


Text Example

HTML Codes & Css Web 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>