Html Css Color HEX #68183E Pompadour

📋 copy color: '#68183E'

red 104 ◦ green 24 ◦ blue 62

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

Shades of Pompadour #68183E

Tints of Pompadour #68183E

RGB

 RED value IS 104 (41.02% from 255) = 54.74%

 GREEN value IS 24 (9.77% from 255) = 12.63%

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

R = 54.74%
G = 12.63%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68183E (or 0x68183E) is known color: Pompadour. HEX triplet: 68, 18 and 3E. RGB value is (104,24,62). Sum of RGB (Red+Green+Blue) = 104+24+62=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68183E is #97E7C1. Grayscale: #343434. Windows color (decimal): -9955266 or 4069480. OLE color: 4069480.

HSL color Cylindrical-coordinate representation of color #68183E: hue angle of 331.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68183E is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 62 -
CMYK 0 0.77 0.40 0.59
HSL 331.5º 0.63% 0.25% -
HSV(B) 331.5º 0.77% 0.41% -
XYZ 6.91 3.94 4.95 -
YUV 52.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 104 24 62 0 0.77 0.40 0.59 331.5 0.63 0.25
Hex 68 18 3E 0 4D 28 3B 14C 3E 19
Octal 150 30 76 0 115 50 73 514 76 31
Binary 1101000 11000 111110 0 1001101 101000 111011 101001100 111110 11001

Color Harmonies of #68183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68183E

Black with #68183E

Text Example


Text Example

White with #68183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68183E; }

 p { color: rgb(104,24,62); }

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

background-color css

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

 a { background-color: rgb(104,24,62); }

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

border-color css

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

 span { border-color: rgb(104,24,62); }

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