Html Css Color HEX #6B2341 Pompadour

📋 copy color: '#6B2341'

red 107 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #6B2341

Tints of Pompadour #6B2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 51.69%
G = 16.91%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6B2341 (or 0x6B2341) is known color: Pompadour. HEX triplet: 6B, 23 and 41. RGB value is (107,35,65). Sum of RGB (Red+Green+Blue) = 107+35+65=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2341 is #94DCBE. Grayscale: #3B3B3B. Windows color (decimal): -9755839 or 4268907. OLE color: 4268907.

HSL color Cylindrical-coordinate representation of color #6B2341: hue angle of 335º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2341 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 35 65 -
CMYK 0 0.67 0.39 0.58
HSL 335º 0.51% 0.28% -
HSV(B) 335º 0.67% 0.42% -
XYZ 7.62 4.71 5.51 -
YUV 59.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 107 35 65 0 0.67 0.39 0.58 335 0.51 0.28
Hex 6B 23 41 0 43 27 3A 14F 33 1C
Octal 153 43 101 0 103 47 72 517 63 34
Binary 1101011 100011 1000001 0 1000011 100111 111010 101001111 110011 11100

Color Harmonies of #6B2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2341

Black with #6B2341

Text Example


Text Example

White with #6B2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,35,65); }

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

background-color css

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

 a { background-color: rgb(107,35,65); }

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

border-color css

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

 span { border-color: rgb(107,35,65); }

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