Html Css Color HEX #602643 Pompadour

📋 copy color: '#602643'

red 96 ◦ green 38 ◦ blue 67

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

Shades of Pompadour #602643

Tints of Pompadour #602643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 47.76%
G = 18.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#602643 (or 0x602643) is known color: Pompadour. HEX triplet: 60, 26 and 43. RGB value is (96,38,67). Sum of RGB (Red+Green+Blue) = 96+38+67=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602643 is #9FD9BC. Grayscale: #3A3A3A. Windows color (decimal): -10475965 or 4400736. OLE color: 4400736.

HSL color Cylindrical-coordinate representation of color #602643: hue angle of 330º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602643 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 38 67 -
CMYK 0 0.60 0.30 0.62
HSL 330º 0.43% 0.26% -
HSV(B) 330º 0.6% 0.38% -
XYZ 6.53 4.28 5.79 -
YUV 58.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 96 38 67 0 0.60 0.30 0.62 330 0.43 0.26
Hex 60 26 43 0 3C 1E 3E 14A 2B 1A
Octal 140 46 103 0 74 36 76 512 53 32
Binary 1100000 100110 1000011 0 111100 11110 111110 101001010 101011 11010

Color Harmonies of #602643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602643

Black with #602643

Text Example


Text Example

White with #602643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602643; }

 p { color: rgb(96,38,67); }

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

background-color css

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

 a { background-color: rgb(96,38,67); }

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

border-color css

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

 span { border-color: rgb(96,38,67); }

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