Html Css Color HEX #601E3E Pompadour

📋 copy color: '#601E3E'

red 96 ◦ green 30 ◦ blue 62

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

Shades of Pompadour #601E3E

Tints of Pompadour #601E3E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.96%

 BLUE value IS 62 (24.61% from 255) = 32.98%

R = 51.06%
G = 15.96%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#601E3E (or 0x601E3E) is known color: Pompadour. HEX triplet: 60, 1E and 3E. RGB value is (96,30,62). Sum of RGB (Red+Green+Blue) = 96+30+62=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #601E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E3E is #9FE1C1. Grayscale: #353535. Windows color (decimal): -10478018 or 4071008. OLE color: 4071008.

HSL color Cylindrical-coordinate representation of color #601E3E: hue angle of 330.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E3E is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 62 -
CMYK 0 0.69 0.35 0.62
HSL 330.91º 0.52% 0.25% -
HSV(B) 330.91º 0.69% 0.38% -
XYZ 6.16 3.76 4.96 -
YUV 53.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 96 30 62 0 0.69 0.35 0.62 330.91 0.52 0.25
Hex 60 1E 3E 0 45 23 3E 14B 34 19
Octal 140 36 76 0 105 43 76 513 64 31
Binary 1100000 11110 111110 0 1000101 100011 111110 101001011 110100 11001

Color Harmonies of #601E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E3E

Black with #601E3E

Text Example


Text Example

White with #601E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601E3E; }

 p { color: rgb(96,30,62); }

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

background-color css

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

 a { background-color: rgb(96,30,62); }

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

border-color css

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

 span { border-color: rgb(96,30,62); }

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