Html Css Color HEX #622642 Pompadour

📋 copy color: '#622642'

red 98 ◦ green 38 ◦ blue 66

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

Shades of Pompadour #622642

Tints of Pompadour #622642

RGB

 RED value IS 98 (38.67% from 255) = 48.51%

 GREEN value IS 38 (15.23% from 255) = 18.81%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 48.51%
G = 18.81%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#622642 (or 0x622642) is known color: Pompadour. HEX triplet: 62, 26 and 42. RGB value is (98,38,66). Sum of RGB (Red+Green+Blue) = 98+38+66=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #622642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622642 is #9DD9BD. Grayscale: #3B3B3B. Windows color (decimal): -10344894 or 4335202. OLE color: 4335202.

HSL color Cylindrical-coordinate representation of color #622642: hue angle of 332º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #622642 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 38 66 -
CMYK 0 0.61 0.33 0.62
HSL 332º 0.44% 0.27% -
HSV(B) 332º 0.61% 0.38% -
XYZ 6.71 4.38 5.65 -
YUV 59.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 98 38 66 0 0.61 0.33 0.62 332 0.44 0.27
Hex 62 26 42 0 3D 21 3E 14C 2C 1B
Octal 142 46 102 0 75 41 76 514 54 33
Binary 1100010 100110 1000010 0 111101 100001 111110 101001100 101100 11011

Color Harmonies of #622642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622642

Black with #622642

Text Example


Text Example

White with #622642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622642; }

 p { color: rgb(98,38,66); }

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

background-color css

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

 a { background-color: rgb(98,38,66); }

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

border-color css

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

 span { border-color: rgb(98,38,66); }

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