Html Css Color HEX #661F3E Pompadour

📋 copy color: '#661F3E'

red 102 ◦ green 31 ◦ blue 62

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

Shades of Pompadour #661F3E

Tints of Pompadour #661F3E

RGB

 RED value IS 102 (40.23% from 255) = 52.31%

 GREEN value IS 31 (12.5% from 255) = 15.9%

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

R = 52.31%
G = 15.9%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#661F3E (or 0x661F3E) is known color: Pompadour. HEX triplet: 66, 1F and 3E. RGB value is (102,31,62). Sum of RGB (Red+Green+Blue) = 102+31+62=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #661F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661F3E is #99E0C1. Grayscale: #373737. Windows color (decimal): -10084546 or 4071270. OLE color: 4071270.

HSL color Cylindrical-coordinate representation of color #661F3E: hue angle of 333.8º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F3E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 31 62 -
CMYK 0 0.70 0.39 0.6
HSL 333.8º 0.53% 0.26% -
HSV(B) 333.8º 0.7% 0.4% -
XYZ 6.84 4.15 5 -
YUV 55.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 102 31 62 0 0.70 0.39 0.6 333.8 0.53 0.26
Hex 66 1F 3E 0 46 27 3C 14E 35 1A
Octal 146 37 76 0 106 47 74 516 65 32
Binary 1100110 11111 111110 0 1000110 100111 111100 101001110 110101 11010

Color Harmonies of #661F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F3E

Black with #661F3E

Text Example


Text Example

White with #661F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661F3E; }

 p { color: rgb(102,31,62); }

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

background-color css

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

 a { background-color: rgb(102,31,62); }

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

border-color css

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

 span { border-color: rgb(102,31,62); }

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