Html Css Color HEX #6B4A63 Salt Box

📋 copy color: '#6B4A63'

red 107 ◦ green 74 ◦ blue 99

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

Shades of Salt Box #6B4A63

Tints of Salt Box #6B4A63

RGB

 RED value IS 107 (42.19% from 255) = 38.21%

 GREEN value IS 74 (29.3% from 255) = 26.43%

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

R = 38.21%
G = 26.43%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B4A63 (or 0x6B4A63) is known color: Salt Box. HEX triplet: 6B, 4A and 63. RGB value is (107,74,99). Sum of RGB (Red+Green+Blue) = 107+74+99=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A63 is #94B59C. Grayscale: #565656. Windows color (decimal): -9745821 or 6507115. OLE color: 6507115.

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

Color convert

RGB 107 74 99 -
CMYK 0 0.31 0.07 0.58
HSL 314.55º 0.18% 0.35% -
HSV(B) 314.55º 0.31% 0.42% -
XYZ 10.76 8.92 12.96 -
YUV 86.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 107 74 99 0 0.31 0.07 0.58 314.55 0.18 0.35
Hex 6B 4A 63 0 1F 7 3A 13B 12 23
Octal 153 112 143 0 37 7 72 473 22 43
Binary 1101011 1001010 1100011 0 11111 111 111010 100111011 10010 100011

Color Harmonies of #6B4A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A63

Black with #6B4A63

Text Example


Text Example

White with #6B4A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,74,99); }

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

background-color css

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

 a { background-color: rgb(107,74,99); }

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

border-color css

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

 span { border-color: rgb(107,74,99); }

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