Html Css Color HEX #6C4D67 Salt Box

📋 copy color: '#6C4D67'

red 108 ◦ green 77 ◦ blue 103

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

Shades of Salt Box #6C4D67

Tints of Salt Box #6C4D67

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.74%

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 37.5%
G = 26.74%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6C4D67 (or 0x6C4D67) is known color: Salt Box. HEX triplet: 6C, 4D and 67. RGB value is (108,77,103). Sum of RGB (Red+Green+Blue) = 108+77+103=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4D67 is #93B298. Grayscale: #595959. Windows color (decimal): -9679513 or 6770028. OLE color: 6770028.

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

Color convert

RGB 108 77 103 -
CMYK 0 0.29 0.05 0.58
HSL 309.68º 0.17% 0.36% -
HSV(B) 309.68º 0.29% 0.42% -
XYZ 11.29 9.48 14.07 -
YUV 89.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 108 77 103 0 0.29 0.05 0.58 309.68 0.17 0.36
Hex 6C 4D 67 0 1D 5 3A 136 11 24
Octal 154 115 147 0 35 5 72 466 21 44
Binary 1101100 1001101 1100111 0 11101 101 111010 100110110 10001 100100

Color Harmonies of #6C4D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4D67

Black with #6C4D67

Text Example


Text Example

White with #6C4D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,77,103); }

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

background-color css

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

 a { background-color: rgb(108,77,103); }

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

border-color css

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

 span { border-color: rgb(108,77,103); }

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