Html Css Color HEX #614B5E Salt Box

📋 copy color: '#614B5E'

red 97 ◦ green 75 ◦ blue 94

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

Shades of Salt Box #614B5E

Tints of Salt Box #614B5E

RGB

 RED value IS 97 (38.28% from 255) = 36.47%

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

 BLUE value IS 94 (37.11% from 255) = 35.34%

R = 36.47%
G = 28.2%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#614B5E (or 0x614B5E) is known color: Salt Box. HEX triplet: 61, 4B and 5E. RGB value is (97,75,94). Sum of RGB (Red+Green+Blue) = 97+75+94=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #614B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B5E is #9EB4A1. Grayscale: #535353. Windows color (decimal): -10400930 or 6179681. OLE color: 6179681.

HSL color Cylindrical-coordinate representation of color #614B5E: hue angle of 308.18º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614B5E is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 75 94 -
CMYK 0 0.23 0.03 0.62
HSL 308.18º 0.13% 0.34% -
HSV(B) 308.18º 0.23% 0.38% -
XYZ 9.47 8.38 11.71 -
YUV 83.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 97 75 94 0 0.23 0.03 0.62 308.18 0.13 0.34
Hex 61 4B 5E 0 17 3 3E 134 D 22
Octal 141 113 136 0 27 3 76 464 15 42
Binary 1100001 1001011 1011110 0 10111 11 111110 100110100 1101 100010

Color Harmonies of #614B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B5E

Black with #614B5E

Text Example


Text Example

White with #614B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614B5E; }

 p { color: rgb(97,75,94); }

 H1.HeaderClassName
 {
   color: #614B5E;
 }
 .AnyTagClassName
 {
   color: #614B5E;
 }
</style>

background-color css

<style>
 a { background-color: #614B5E; }

 a { background-color: rgb(97,75,94); }

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

border-color css

<style>
 span { border-color: #614B5E; }

 span { border-color: rgb(97,75,94); }

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