Html Css Color HEX #6F2645 Pompadour

📋 copy color: '#6F2645'

red 111 ◦ green 38 ◦ blue 69

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

Shades of Pompadour #6F2645

Tints of Pompadour #6F2645

RGB

 RED value IS 111 (43.75% from 255) = 50.92%

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

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 50.92%
G = 17.43%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F2645 (or 0x6F2645) is known color: Pompadour. HEX triplet: 6F, 26 and 45. RGB value is (111,38,69). Sum of RGB (Red+Green+Blue) = 111+38+69=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2645 is #90D9BA. Grayscale: #3F3F3F. Windows color (decimal): -9492923 or 4531823. OLE color: 4531823.

HSL color Cylindrical-coordinate representation of color #6F2645: hue angle of 334.52º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F2645 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 38 69 -
CMYK 0 0.66 0.38 0.56
HSL 334.52º 0.49% 0.29% -
HSV(B) 334.52º 0.66% 0.44% -
XYZ 8.32 5.2 6.19 -
YUV 63.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 111 38 69 0 0.66 0.38 0.56 334.52 0.49 0.29
Hex 6F 26 45 0 42 26 38 14F 31 1D
Octal 157 46 105 0 102 46 70 517 61 35
Binary 1101111 100110 1000101 0 1000010 100110 111000 101001111 110001 11101

Color Harmonies of #6F2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2645

Black with #6F2645

Text Example


Text Example

White with #6F2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F2645; }

 p { color: rgb(111,38,69); }

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

background-color css

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

 a { background-color: rgb(111,38,69); }

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

border-color css

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

 span { border-color: rgb(111,38,69); }

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