Html Css Color HEX #6B153D Pompadour

📋 copy color: '#6B153D'

red 107 ◦ green 21 ◦ blue 61

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

Shades of Pompadour #6B153D

Tints of Pompadour #6B153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

 BLUE value IS 61 (24.22% from 255) = 32.28%

R = 56.61%
G = 11.11%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6B153D (or 0x6B153D) is known color: Pompadour. HEX triplet: 6B, 15 and 3D. RGB value is (107,21,61). Sum of RGB (Red+Green+Blue) = 107+21+61=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B153D is #94EAC2. Grayscale: #333333. Windows color (decimal): -9759427 or 4003179. OLE color: 4003179.

HSL color Cylindrical-coordinate representation of color #6B153D: hue angle of 332.09º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B153D is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 21 61 -
CMYK 0 0.80 0.43 0.58
HSL 332.09º 0.67% 0.25% -
HSV(B) 332.09º 0.8% 0.42% -
XYZ 7.17 4 4.81 -
YUV 51.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 107 21 61 0 0.80 0.43 0.58 332.09 0.67 0.25
Hex 6B 15 3D 0 50 2B 3A 14C 43 19
Octal 153 25 75 0 120 53 72 514 103 31
Binary 1101011 10101 111101 0 1010000 101011 111010 101001100 1000011 11001

Color Harmonies of #6B153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B153D

Black with #6B153D

Text Example


Text Example

White with #6B153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,61); }

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

background-color css

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

 a { background-color: rgb(107,21,61); }

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

border-color css

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

 span { border-color: rgb(107,21,61); }

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