Html Css Color HEX #6B123C Pompadour

📋 copy color: '#6B123C'

red 107 ◦ green 18 ◦ blue 60

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

Shades of Pompadour #6B123C

Tints of Pompadour #6B123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 57.84%
G = 9.73%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B123C (or 0x6B123C) is known color: Pompadour. HEX triplet: 6B, 12 and 3C. RGB value is (107,18,60). Sum of RGB (Red+Green+Blue) = 107+18+60=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B123C is #94EDC3. Grayscale: #313131. Windows color (decimal): -9760196 or 3936875. OLE color: 3936875.

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

Color convert

RGB 107 18 60 -
CMYK 0 0.83 0.44 0.58
HSL 331.69º 0.71% 0.25% -
HSV(B) 331.69º 0.83% 0.42% -
XYZ 7.1 3.88 4.65 -
YUV 49.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 107 18 60 0 0.83 0.44 0.58 331.69 0.71 0.25
Hex 6B 12 3C 0 53 2C 3A 14C 47 19
Octal 153 22 74 0 123 54 72 514 107 31
Binary 1101011 10010 111100 0 1010011 101100 111010 101001100 1000111 11001

Color Harmonies of #6B123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B123C

Black with #6B123C

Text Example


Text Example

White with #6B123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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