Html Css Color HEX #6C2945 Pompadour

📋 copy color: '#6C2945'

red 108 ◦ green 41 ◦ blue 69

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

Shades of Pompadour #6C2945

Tints of Pompadour #6C2945

RGB

 RED value IS 108 (42.58% from 255) = 49.54%

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 49.54%
G = 18.81%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6C2945 (or 0x6C2945) is known color: Pompadour. HEX triplet: 6C, 29 and 45. RGB value is (108,41,69). Sum of RGB (Red+Green+Blue) = 108+41+69=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2945 is #93D6BA. Grayscale: #404040. Windows color (decimal): -9688763 or 4532588. OLE color: 4532588.

HSL color Cylindrical-coordinate representation of color #6C2945: hue angle of 334.93º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C2945 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 41 69 -
CMYK 0 0.62 0.36 0.58
HSL 334.93º 0.45% 0.29% -
HSV(B) 334.93º 0.62% 0.42% -
XYZ 8.05 5.2 6.21 -
YUV 64.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 108 41 69 0 0.62 0.36 0.58 334.93 0.45 0.29
Hex 6C 29 45 0 3E 24 3A 14F 2D 1D
Octal 154 51 105 0 76 44 72 517 55 35
Binary 1101100 101001 1000101 0 111110 100100 111010 101001111 101101 11101

Color Harmonies of #6C2945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2945

Black with #6C2945

Text Example


Text Example

White with #6C2945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,69); }

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

background-color css

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

 a { background-color: rgb(108,41,69); }

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

border-color css

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

 span { border-color: rgb(108,41,69); }

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