Html Css Color HEX #6B4B65 Salt Box

📋 copy color: '#6B4B65'

red 107 ◦ green 75 ◦ blue 101

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

Shades of Salt Box #6B4B65

Tints of Salt Box #6B4B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.5%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 37.81%
G = 26.5%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B4B65 (or 0x6B4B65) is known color: Salt Box. HEX triplet: 6B, 4B and 65. RGB value is (107,75,101). Sum of RGB (Red+Green+Blue) = 107+75+101=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4B65 is #94B49A. Grayscale: #575757. Windows color (decimal): -9745563 or 6638443. OLE color: 6638443.

HSL color Cylindrical-coordinate representation of color #6B4B65: hue angle of 311.25º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B4B65 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 75 101 -
CMYK 0 0.30 0.06 0.58
HSL 311.25º 0.18% 0.36% -
HSV(B) 311.25º 0.3% 0.42% -
XYZ 10.93 9.1 13.49 -
YUV 87.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 107 75 101 0 0.30 0.06 0.58 311.25 0.18 0.36
Hex 6B 4B 65 0 1E 6 3A 137 12 24
Octal 153 113 145 0 36 6 72 467 22 44
Binary 1101011 1001011 1100101 0 11110 110 111010 100110111 10010 100100

Color Harmonies of #6B4B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4B65

Black with #6B4B65

Text Example


Text Example

White with #6B4B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,75,101); }

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

background-color css

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

 a { background-color: rgb(107,75,101); }

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

border-color css

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

 span { border-color: rgb(107,75,101); }

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