Html Css Color HEX #6C4764 Salt Box

📋 copy color: '#6C4764'

red 108 ◦ green 71 ◦ blue 100

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

Shades of Salt Box #6C4764

Tints of Salt Box #6C4764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 38.71%
G = 25.45%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6C4764 (or 0x6C4764) is known color: Salt Box. HEX triplet: 6C, 47 and 64. RGB value is (108,71,100). Sum of RGB (Red+Green+Blue) = 108+71+100=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4764 is #93B89B. Grayscale: #555555. Windows color (decimal): -9681052 or 6571884. OLE color: 6571884.

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

Color convert

RGB 108 71 100 -
CMYK 0 0.34 0.07 0.58
HSL 312.97º 0.21% 0.35% -
HSV(B) 312.97º 0.34% 0.42% -
XYZ 10.74 8.61 13.15 -
YUV 85.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 108 71 100 0 0.34 0.07 0.58 312.97 0.21 0.35
Hex 6C 47 64 0 22 7 3A 139 15 23
Octal 154 107 144 0 42 7 72 471 25 43
Binary 1101100 1000111 1100100 0 100010 111 111010 100111001 10101 100011

Color Harmonies of #6C4764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4764

Black with #6C4764

Text Example


Text Example

White with #6C4764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,71,100); }

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

background-color css

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

 a { background-color: rgb(108,71,100); }

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

border-color css

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

 span { border-color: rgb(108,71,100); }

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