Html Css Color HEX #6C4863 Salt Box

📋 copy color: '#6C4863'

red 108 ◦ green 72 ◦ blue 99

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

Shades of Salt Box #6C4863

Tints of Salt Box #6C4863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 38.71%
G = 25.81%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6C4863 (or 0x6C4863) is known color: Salt Box. HEX triplet: 6C, 48 and 63. RGB value is (108,72,99). Sum of RGB (Red+Green+Blue) = 108+72+99=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4863 is #93B79C. Grayscale: #555555. Windows color (decimal): -9680797 or 6506604. OLE color: 6506604.

HSL color Cylindrical-coordinate representation of color #6C4863: hue angle of 315º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C4863 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 72 99 -
CMYK 0 0.33 0.08 0.58
HSL 315º 0.2% 0.35% -
HSV(B) 315º 0.33% 0.42% -
XYZ 10.75 8.72 12.92 -
YUV 85.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 108 72 99 0 0.33 0.08 0.58 315 0.2 0.35
Hex 6C 48 63 0 21 8 3A 13B 14 23
Octal 154 110 143 0 41 10 72 473 24 43
Binary 1101100 1001000 1100011 0 100001 1000 111010 100111011 10100 100011

Color Harmonies of #6C4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4863

Black with #6C4863

Text Example


Text Example

White with #6C4863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,72,99); }

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

background-color css

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

 a { background-color: rgb(108,72,99); }

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

border-color css

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

 span { border-color: rgb(108,72,99); }

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