Html Css Color HEX #6B184B Pompadour

📋 copy color: '#6B184B'

red 107 ◦ green 24 ◦ blue 75

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

Shades of Pompadour #6B184B

Tints of Pompadour #6B184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 51.94%
G = 11.65%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B184B (or 0x6B184B) is known color: Pompadour. HEX triplet: 6B, 18 and 4B. RGB value is (107,24,75). Sum of RGB (Red+Green+Blue) = 107+24+75=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B184B is #94E7B4. Grayscale: #363636. Windows color (decimal): -9758645 or 4921451. OLE color: 4921451.

HSL color Cylindrical-coordinate representation of color #6B184B: hue angle of 323.13º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B184B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 24 75 -
CMYK 0 0.78 0.30 0.58
HSL 323.13º 0.63% 0.26% -
HSV(B) 323.13º 0.78% 0.42% -
XYZ 7.66 4.29 7.08 -
YUV 54.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 107 24 75 0 0.78 0.30 0.58 323.13 0.63 0.26
Hex 6B 18 4B 0 4E 1E 3A 143 3F 1A
Octal 153 30 113 0 116 36 72 503 77 32
Binary 1101011 11000 1001011 0 1001110 11110 111010 101000011 111111 11010

Color Harmonies of #6B184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B184B

Black with #6B184B

Text Example


Text Example

White with #6B184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,24,75); }

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

background-color css

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

 a { background-color: rgb(107,24,75); }

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

border-color css

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

 span { border-color: rgb(107,24,75); }

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