Html Css Color HEX #6F223F Pompadour

📋 copy color: '#6F223F'

red 111 ◦ green 34 ◦ blue 63

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

Shades of Pompadour #6F223F

Tints of Pompadour #6F223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

 BLUE value IS 63 (25% from 255) = 30.29%

R = 53.37%
G = 16.35%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#6F223F (or 0x6F223F) is known color: Pompadour. HEX triplet: 6F, 22 and 3F. RGB value is (111,34,63). Sum of RGB (Red+Green+Blue) = 111+34+63=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F223F is #90DDC0. Grayscale: #3C3C3C. Windows color (decimal): -9493953 or 4137583. OLE color: 4137583.

HSL color Cylindrical-coordinate representation of color #6F223F: hue angle of 337.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F223F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 34 63 -
CMYK 0 0.69 0.43 0.56
HSL 337.4º 0.53% 0.28% -
HSV(B) 337.4º 0.69% 0.44% -
XYZ 8.02 4.88 5.22 -
YUV 60.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 111 34 63 0 0.69 0.43 0.56 337.4 0.53 0.28
Hex 6F 22 3F 0 45 2B 38 151 35 1C
Octal 157 42 77 0 105 53 70 521 65 34
Binary 1101111 100010 111111 0 1000101 101011 111000 101010001 110101 11100

Color Harmonies of #6F223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F223F

Black with #6F223F

Text Example


Text Example

White with #6F223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,34,63); }

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

background-color css

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

 a { background-color: rgb(111,34,63); }

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

border-color css

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

 span { border-color: rgb(111,34,63); }

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