Html Css Color HEX #601645 Pompadour

📋 copy color: '#601645'

red 96 ◦ green 22 ◦ blue 69

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

Shades of Pompadour #601645

Tints of Pompadour #601645

RGB

 RED value IS 96 (37.89% from 255) = 51.34%

 GREEN value IS 22 (8.98% from 255) = 11.76%

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 51.34%
G = 11.76%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#601645 (or 0x601645) is known color: Pompadour. HEX triplet: 60, 16 and 45. RGB value is (96,22,69). Sum of RGB (Red+Green+Blue) = 96+22+69=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #601645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601645 is #9FE9BA. Grayscale: #313131. Windows color (decimal): -10480059 or 4527712. OLE color: 4527712.

HSL color Cylindrical-coordinate representation of color #601645: hue angle of 321.89º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601645 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 69 -
CMYK 0 0.77 0.28 0.62
HSL 321.89º 0.63% 0.23% -
HSV(B) 321.89º 0.77% 0.38% -
XYZ 6.18 3.49 5.98 -
YUV 49.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 96 22 69 0 0.77 0.28 0.62 321.89 0.63 0.23
Hex 60 16 45 0 4D 1C 3E 142 3F 17
Octal 140 26 105 0 115 34 76 502 77 27
Binary 1100000 10110 1000101 0 1001101 11100 111110 101000010 111111 10111

Color Harmonies of #601645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601645

Black with #601645

Text Example


Text Example

White with #601645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601645; }

 p { color: rgb(96,22,69); }

 H1.HeaderClassName
 {
   color: #601645;
 }
 .AnyTagClassName
 {
   color: #601645;
 }
</style>

background-color css

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

 a { background-color: rgb(96,22,69); }

 div.DivClassName
 {
   background-color: #601645;
 }
 .BgClassName
 {
   background-color: #601645;
 }
</style>

border-color css

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

 span { border-color: rgb(96,22,69); }

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