Html Css Color HEX #682645 Pompadour

📋 copy color: '#682645'

red 104 ◦ green 38 ◦ blue 69

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

Shades of Pompadour #682645

Tints of Pompadour #682645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

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

R = 49.29%
G = 18.01%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#682645 (or 0x682645) is known color: Pompadour. HEX triplet: 68, 26 and 45. RGB value is (104,38,69). Sum of RGB (Red+Green+Blue) = 104+38+69=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #682645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682645 is #97D9BA. Grayscale: #3D3D3D. Windows color (decimal): -9951675 or 4531816. OLE color: 4531816.

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

Color convert

RGB 104 38 69 -
CMYK 0 0.63 0.34 0.59
HSL 331.82º 0.46% 0.28% -
HSV(B) 331.82º 0.63% 0.41% -
XYZ 7.48 4.76 6.15 -
YUV 61.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 104 38 69 0 0.63 0.34 0.59 331.82 0.46 0.28
Hex 68 26 45 0 3F 22 3B 14C 2E 1C
Octal 150 46 105 0 77 42 73 514 56 34
Binary 1101000 100110 1000101 0 111111 100010 111011 101001100 101110 11100

Color Harmonies of #682645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682645

Black with #682645

Text Example


Text Example

White with #682645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682645; }

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

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

background-color css

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

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

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

border-color css

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

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

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