Html Css Color HEX #681745 Pompadour

📋 copy color: '#681745'

red 104 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #681745

Tints of Pompadour #681745

RGB

 RED value IS 104 (41.02% from 255) = 53.06%

 GREEN value IS 23 (9.38% from 255) = 11.73%

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

R = 53.06%
G = 11.73%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#681745 (or 0x681745) is known color: Pompadour. HEX triplet: 68, 17 and 45. RGB value is (104,23,69). Sum of RGB (Red+Green+Blue) = 104+23+69=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #681745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681745 is #97E8BA. Grayscale: #343434. Windows color (decimal): -9955515 or 4527976. OLE color: 4527976.

HSL color Cylindrical-coordinate representation of color #681745: hue angle of 325.93º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681745 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 69 -
CMYK 0 0.78 0.34 0.59
HSL 325.93º 0.64% 0.25% -
HSV(B) 325.93º 0.78% 0.41% -
XYZ 7.09 3.99 6.03 -
YUV 52.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 104 23 69 0 0.78 0.34 0.59 325.93 0.64 0.25
Hex 68 17 45 0 4E 22 3B 146 40 19
Octal 150 27 105 0 116 42 73 506 100 31
Binary 1101000 10111 1000101 0 1001110 100010 111011 101000110 1000000 11001

Color Harmonies of #681745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681745

Black with #681745

Text Example


Text Example

White with #681745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681745; }

 p { color: rgb(104,23,69); }

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

background-color css

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

 a { background-color: rgb(104,23,69); }

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

border-color css

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

 span { border-color: rgb(104,23,69); }

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