Html Css Color HEX #6B163C Pompadour

📋 copy color: '#6B163C'

red 107 ◦ green 22 ◦ blue 60

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

Shades of Pompadour #6B163C

Tints of Pompadour #6B163C

RGB

 RED value IS 107 (42.19% from 255) = 56.61%

 GREEN value IS 22 (8.98% from 255) = 11.64%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 56.61%
G = 11.64%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B163C (or 0x6B163C) is known color: Pompadour. HEX triplet: 6B, 16 and 3C. RGB value is (107,22,60). Sum of RGB (Red+Green+Blue) = 107+22+60=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B163C is #94E9C3. Grayscale: #333333. Windows color (decimal): -9759172 or 3937899. OLE color: 3937899.

HSL color Cylindrical-coordinate representation of color #6B163C: hue angle of 333.18º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B163C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 60 -
CMYK 0 0.79 0.44 0.58
HSL 333.18º 0.66% 0.25% -
HSV(B) 333.18º 0.79% 0.42% -
XYZ 7.17 4.03 4.67 -
YUV 51.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 107 22 60 0 0.79 0.44 0.58 333.18 0.66 0.25
Hex 6B 16 3C 0 4F 2C 3A 14D 42 19
Octal 153 26 74 0 117 54 72 515 102 31
Binary 1101011 10110 111100 0 1001111 101100 111010 101001101 1000010 11001

Color Harmonies of #6B163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B163C

Black with #6B163C

Text Example


Text Example

White with #6B163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,22,60); }

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

background-color css

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

 a { background-color: rgb(107,22,60); }

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

border-color css

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

 span { border-color: rgb(107,22,60); }

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